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

@ -14,4 +14,13 @@ target_sources(${DAWN_TARGET_NAME}
PixelPerfectCamera.cpp
TiledSprite.cpp
SimpleRenderTargetQuad.cpp
)
)
tool_scenecomponent(AnimationController scene/components/display/AnimationController.hpp)
tool_scenecomponent(Camera scene/components/display/Camera.hpp)
tool_scenecomponent(Material scene/components/display/Material.hpp)
tool_scenecomponent(MeshHost scene/components/display/MeshHost.hpp)
tool_scenecomponent(MeshRenderer scene/components/display/MeshRenderer.hpp)
tool_scenecomponent(PixelPerfectCamera scene/components/display/PixelPerfectCamera.hpp)
tool_scenecomponent(TiledSprite scene/components/display/TiledSprite.hpp)
tool_scenecomponent(SimpleRenderTargetQuad scene/components/display/SimpleRenderTargetQuad.hpp)