MeshComponent增加OverrideMaterial的设计,还未测试。下一步使用Gizmo3DMove来测试override material

This commit is contained in:
2025-07-06 12:09:11 +08:00
parent 2b135b1d24
commit 033820c91d
6 changed files with 69 additions and 14 deletions

View File

@@ -13,6 +13,8 @@ public:
using PrimitiveComponent::PrimitiveComponent;
virtual ~RenderComponent()=default;
virtual const bool CanRender()const=0; ///<当前数据是否可以渲染
};//class RenderComponent
COMPONENT_NAMESPACE_END