尝试为Gizmo3DMove::OnMove增加判断逻辑

This commit is contained in:
2025-07-28 00:09:30 +08:00
parent 0b2d3d100a
commit cb93ade96f
4 changed files with 52 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ namespace hgl
virtual bool Render(RenderCmdBuffer *); ///<渲染所有对象
virtual void UpdateLocalToWorld(); ///<更新所有对象的变换数据
virtual void UpdateMaterialInstance(MeshComponent *); ///<有对象互换了材质实例
virtual void UpdateMaterialInstance(MeshComponent *); ///<有对象互换了材质实例
virtual void Clear(); ///<彻底清理
};//class RenderList