Exemplo n.º 1
0
 private EditorDataEntry GetEditorData(AGXUnity.Collide.Mesh mesh)
 {
     return(EditorData.Instance.GetData(mesh, "ShapeMeshTool"));
 }
Exemplo n.º 2
0
 private EditorDataEntry GetMeshStatisticsEditorData(AGXUnity.Collide.Mesh mesh)
 {
     return(EditorData.Instance.GetData(mesh, "ShapeMeshTool_StatisticsData", entry => entry.Bool = false));
 }