StaticMeshComponentManager

This commit is contained in:
2025-04-01 01:11:32 +08:00
parent a50c3ef10b
commit 44b1f13048
8 changed files with 105 additions and 65 deletions

View File

@@ -11,7 +11,8 @@ class RenderComponent: public Component
{
public:
RenderComponent()=default;
RenderComponent(SceneNode *psn,ComponentData *cd,ComponentManager *cm)
:Component(psn,cd,cm){}
virtual ~RenderComponent()=default;
};//class RenderComponent