VertexFieldDataType
Overview
VertexFieldDataType is a class in Aspose.3D FOSS for TypeScript.
VertexFieldDataType.toString returns the enum name as a string.
This class declares 1 method for VertexFieldDataType objects in TypeScript programs.
Available methods include: toString.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
Properties: BYTE_VECTOR4, DOUBLE, FLOAT, F_VECTOR2, F_VECTOR3, F_VECTOR4, and 8 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FLOAT | `` | Read | Gets the float. |
F_VECTOR2 | `` | Read | Gets the f vector2. |
F_VECTOR3 | `` | Read | Gets the f vector3. |
F_VECTOR4 | `` | Read | Gets the f vector4. |
DOUBLE | `` | Read | Gets the double. |
VECTOR2 | `` | Read | Gets the vector2. |
VECTOR3 | `` | Read | Gets the vector3. |
VECTOR4 | `` | Read | Gets the vector4. |
BYTE_VECTOR4 | `` | Read | Gets the byte vector4. |
INT8 | `` | Read | Gets the int8. |
INT16 | `` | Read | Gets the int16. |
INT32 | `` | Read | Gets the int32. |
INT64 | `` | Read | Gets the int64. |
name | string | Read | Gets the name. |
Methods
| Signature | Description |
|---|---|
toString() → string | Returns the enum name as a string |