VertexFieldDataType

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

NameTypeAccessDescription
FLOAT``ReadGets the float.
F_VECTOR2``ReadGets the f vector2.
F_VECTOR3``ReadGets the f vector3.
F_VECTOR4``ReadGets the f vector4.
DOUBLE``ReadGets the double.
VECTOR2``ReadGets the vector2.
VECTOR3``ReadGets the vector3.
VECTOR4``ReadGets the vector4.
BYTE_VECTOR4``ReadGets the byte vector4.
INT8``ReadGets the int8.
INT16``ReadGets the int16.
INT32``ReadGets the int32.
INT64``ReadGets the int64.
namestringReadGets the name.

Methods

SignatureDescription
toString()stringReturns the enum name as a string

See Also

 English