VertexFieldDataType

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

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