1.ComponentData/Component/ComponentManager增加各种StaticHashCode/GetHashCode.

2.Component增加ChangeData函数
This commit is contained in:
2025-06-24 00:35:35 +08:00
parent 19aee81063
commit 3bcaf0e012
3 changed files with 52 additions and 5 deletions

View File

@@ -34,6 +34,8 @@ public:
}
virtual ~MeshComponentData();
COMPONENT_DATA_CLASS_BODY(Mesh)
};//struct MeshComponentData
class MeshComponent;