Switching SceneItems to smarts

This commit is contained in:
2023-11-12 23:02:11 -06:00
parent 91a91a5404
commit 54da3733d7
124 changed files with 188 additions and 216 deletions

View File

@ -79,7 +79,7 @@ namespace Dawn {
// @optional
StateProperty<enum UILabelTextAlign> textAlign;
UILabel(SceneItem *item);
UILabel(std::weak_ptr<SceneItem> item);
void onStart() override;
std::vector<struct ShaderPassItem> getUIRenderPasses() override;