Added SceneItemComponent registry (unfinished)

This commit is contained in:
2023-02-23 23:43:13 -08:00
parent 5dcf20a282
commit bc972cbb57
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)