VertexFieldDataType
Overview
VertexFieldDataType is a class in Aspose.3D FOSS for Typescript.
VertexFieldDataType.toString returns the enum name as a string.
This class provides 1 method for working with VertexFieldDataType objects in Typescript programs.
Available methods include: toString.
All 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.
Description
VertexFieldDataType is a class in the Aspose.3D FOSS library for TypeScript that exposes 1 method and 14 properties for programmatic use.
Core capabilities include: string. These operations enable developers to integrate vertexfielddatatype functionality directly into TypeScript applications.
The class also provides the FLOAT property (gets the float), the F_VECTOR2 property (gets the f vector2), the F_VECTOR3 property (gets the f vector3).
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 |