2
0
Эх сурвалжийг харах

remove withCount method (not used)

Bert Temme 1 жил өмнө
parent
commit
e6e610574d

+ 0 - 7
src/SharpGLTF.Ext.3DTiles/Schema2/Ext.StructuralMetadataRoot.cs

@@ -1469,13 +1469,6 @@ namespace SharpGLTF.Schema2
                 return this;
             }
 
-            public StructuralMetadataClassProperty WithCount()
-            {
-                _type = ElementType.MAT4;
-                _componentType = DataType.FLOAT32;
-                return this;
-            }
-
             public StructuralMetadataClassProperty WithBooleanArrayType(int? count = null)
             {
                 var property = WithArrayType(ELEMENTTYPE.BOOLEAN, null, count);