尝试初建StaticMeshComponent

This commit is contained in:
2025-06-14 02:32:15 +08:00
parent 87c150d1bd
commit 8ee9cdc396
9 changed files with 176 additions and 136 deletions

View File

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