SemanticAttribute
General
SemanticAttribute és una classe de l’Aspose.3d per a Typescript. Hereta del: ゚SemanticAttribute⌒ .
SemanticAttribute.constructor crea un atribut amb la semàntica del camp de vèrtex donada.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
semantic | VertexFieldSemantic | Read | Holds the vertex field semantic associated with this attribute |
alias | string | Read | Stores the optional alias name for the attribute |
Mètodes
| Signature | Description |
|---|---|
constructor(semantic: VertexFieldSemantic) | Creates an attribute with the given semantic and a custom alias |
constructor(semantic: VertexFieldSemantic, alias: string) | |
constructor() |