Lots of UI Component Updates

This commit is contained in:
2022-10-27 08:16:55 -07:00
parent d848fdb096
commit a7049ffc31
25 changed files with 387 additions and 56 deletions

View File

@@ -18,10 +18,5 @@ namespace Dawn {
* @param item Scene Item this mesh renderer belongs to.
*/
MeshRenderer(SceneItem &item);
/**
* Overrides the default SceneItemComponent start method.
*/
void start() override;
};
}