VertexFieldDataType
VertexFieldDataType enumeration
顶点字段的数据类型
public enum VertexFieldDataType
价值观
姓名 | 价值 | 描述 |
---|---|---|
Float | 17 | 类型Single |
FVector2 | 18 | 类型FVector2 |
FVector3 | 19 | 类型FVector3 |
FVector4 | 20 | 类型FVector4 |
Double | 33 | 类型Double |
Vector2 | 34 | 类型Vector2 |
Vector3 | 35 | 类型Vector3 |
Vector4 | 36 | 类型Vector4 |
ByteVector4 | 52 | byte[4]的类型,可以用较少的内存来表示颜色。 |
Int8 | 49 | 类型Byte |
Int16 | 65 | 类型Int16 |
Int32 | 81 | 类型Int32 |
Int64 | 97 | 类型Int64 |
也可以看看
- 命名空间 Aspose.ThreeD.Utilities
- 部件 Aspose.3D