VertexFieldDataType Enumeration |
Vertex field's data type
Namespace: Aspose.ThreeD.UtilitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum VertexFieldDataType
Public Enumeration VertexFieldDataType
public enum class VertexFieldDataType
Members
| Member 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 |
| Int8 | 48 |
Type of Byte |
| Int16 | 64 |
Type of Int16 |
| Int32 | 80 |
Type of Int32 |
| Int64 | 96 |
Type of Int64 |
See Also