SemanticAttribute
Overview
SemanticAttribute is a class in Aspose.3D FOSS for Typescript.
SemanticAttribute.constructor creates a new SemanticAttribute using the specified VertexFieldSemantic.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
semantic | VertexFieldSemantic | Read | Holds the VertexFieldSemantic that identifies the vertex attribute type |
alias | string | Read | Stores an optional string name that can be used instead of the semantic |
Methods
| Signature | Description |
|---|---|
constructor(semantic: VertexFieldSemantic) | Creates a new SemanticAttribute using the specified VertexFieldSemantic |
constructor(semantic: VertexFieldSemantic, alias: string) | |
constructor() |