VertexFieldDataType

VertexFieldDataType

Overview

VertexFieldDataType is a class in Aspose.3d for Typescript. Inherits from: VertexFieldDataType.

VertexFieldDataType.toString() returns the enum member name as a string.

Properties

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

Methods

SignatureDescription
toString()stringReturns the enum member name as a string