VertexFieldDataType

VertexFieldDataType

Overview

VertexFieldDataType is a class in Aspose.3D FOSS for Typescript.

VertexFieldDataType.toString returns the enum name as a string.

Properties

NameTypeAccessDescription
FLOAT``ReadRepresents a 32‑bit floating‑point scalar
F_VECTOR2``ReadRepresents a 2‑component float vector
F_VECTOR3``ReadRepresents a 3‑component float vector
F_VECTOR4``ReadRepresents a 4‑component float vector
DOUBLE``ReadRepresents a 64‑bit floating‑point scalar
VECTOR2``ReadRepresents a 2‑component double vector
VECTOR3``ReadRepresents a 3‑component double vector
VECTOR4``ReadRepresents a 4‑component double vector
BYTE_VECTOR4``ReadRepresents a 4‑component byte vector
INT8``ReadRepresents an 8‑bit signed integer
INT16``ReadRepresents a 16‑bit signed integer
INT32``ReadRepresents a 32‑bit signed integer
INT64``ReadRepresents a 64‑bit signed integer
namestringReadProvides the string name of the enum value

Methods

SignatureDescription
toString()stringReturns the enum name as a string

See Also