Uses of Class
com.aspose.threed.IndexDataType
-
-
Uses of IndexDataType in com.aspose.threed
Methods in com.aspose.threed that return IndexDataType Modifier and Type Method Description IndexDataType
IIndexBuffer. getIndexDataType()
Gets the data type of each element.static IndexDataType
IndexDataType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IndexDataType[]
IndexDataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-