VertexFieldSemantic
Overview
VertexFieldSemantic is a class in Aspose.3D FOSS for TypeScript.
VertexFieldSemantic.toString returns a string representation of the semantic.
This class declares 1 method for VertexFieldSemantic 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: BINORMAL, EDGE_CREASE, MORPH_NORMAL, MORPH_POSITION, NORMAL, POSITION, and 9 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
POSITION | `` | Read | Gets the position. |
BINORMAL | `` | Read | Gets the binormal. |
NORMAL | `` | Read | Gets the normal. |
TANGENT | `` | Read | Gets the tangent. |
UV | `` | Read | Gets the uv. |
VERTEX_COLOR | `` | Read | Gets the vertex color. |
VERTEX_CREASE | `` | Read | Gets the vertex crease. |
EDGE_CREASE | `` | Read | Gets the edge crease. |
USER_DATA | `` | Read | Gets the user data. |
VISIBILITY | `` | Read | Gets the visibility. |
SPECULAR | `` | Read | Gets the specular. |
WEIGHT | `` | Read | Gets the weight. |
MORPH_POSITION | `` | Read | Gets the morph position. |
MORPH_NORMAL | `` | Read | Gets the morph normal. |
name | string | Read | Gets the name. |
Methods
| Signature | Description |
|---|---|
toString() → string | Returns a string representation of the semantic |