Added SceneItemComponent registry (unfinished)

This commit is contained in:
2023-02-23 23:43:13 -08:00
parent a3c0ed4f52
commit 21b917cf71
16 changed files with 289 additions and 8 deletions

View File

@ -7,4 +7,6 @@
target_sources(${DAWN_TARGET_NAME}
PRIVATE
UICanvas.cpp
)
)
tool_scenecomponent(UICanvas scene/components/ui/UICanvas.hpp)