SemanticAttribute

SemanticAttribute

Overview

SemanticAttribute is a class in Aspose.3D FOSS for Typescript.

SemanticAttribute.constructor creates a new SemanticAttribute using the specified VertexFieldSemantic.

Properties

NameTypeAccessDescription
semanticVertexFieldSemanticReadHolds the VertexFieldSemantic that identifies the vertex attribute type
aliasstringReadStores an optional string name that can be used instead of the semantic

Methods

SignatureDescription
constructor(semantic: VertexFieldSemantic)Creates a new SemanticAttribute using the specified VertexFieldSemantic
constructor(semantic: VertexFieldSemantic, alias: string)
constructor()

See Also