Enum VertexFieldDataType
VertexFieldDataType enumeration
Vertex field’s data type
public enum VertexFieldDataType
Values
Name | Value | Description |
---|---|---|
Float | 17 | Type of Single |
FVector2 | 18 | Type of FVector2 |
FVector3 | 19 | Type of FVector3 |
FVector4 | 20 | Type of FVector4 |
Double | 33 | Type of Double |
Vector2 | 34 | Type of Vector2 |
Vector3 | 35 | Type of Vector3 |
Vector4 | 36 | Type of Vector4 |
ByteVector4 | 52 | Type of byte[4], can be used to represent color with less memory consumption. |
Int8 | 49 | Type of Byte |
Int16 | 65 | Type of Int16 |
Int32 | 81 | Type of Int32 |
Int64 | 97 | Type of Int64 |
See Also
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D