VertexField
Overview
VertexField is a class in Aspose.3D FOSS for TypeScript.
VertexField.compareTo(other) returns a numeric ordering value for two VertexField objects.
This class declares 2 methods for VertexField objects in TypeScript programs.
Available methods include: compareTo, constructor.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
Properties: alias, dataType, index, offset, semantic, size.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
dataType | VertexFieldDataType | Read | Gets the data type. |
semantic | VertexFieldSemantic | Read | Gets the semantic. |
alias | string | Read | Gets the alias. |
index | number | Read | Gets the index. |
offset | number | Read | Gets the offset. |
size | number | Read | Gets the size. |
Methods
| Signature | Description |
|---|---|
constructor(dataType: VertexFieldDataType, semantic: VertexFieldSemantic, alias: string, offset: number, index: number) | Creates a new VertexField with given dataType, semantic, alias, offset, and index |
compareTo(other: VertexField) → number | Returns a numeric value indicating ordering relative to another VertexField |