VertexFieldDataType Enumeration
Vertex field's data type

Namespace: Aspose.ThreeD.Utilities
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum VertexFieldDataType
Members
  Member nameValueDescription
Float17 Type of Single
FVector218 Type of FVector2
FVector319 Type of FVector3
FVector420 Type of FVector4
Double33 Type of Double
Vector234 Type of Vector2
Vector335 Type of Vector3
Vector436 Type of Vector4
Int848 Type of Byte
Int1664 Type of Int16
Int3280 Type of Int32
Int6496 Type of Int64
See Also