SemanticAttribute
Overview
SemanticAttribute is a class in Aspose.3D FOSS for .NET.
Inherits from: Attribute.
SemanticAttribute.SemanticAttribute creates a new instance with the specified vertex field semantic.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Semantic | VertexFieldSemantic | Read | Gets the VertexFieldSemantic associated with this attribute |
Alias | string | Read | Gets or sets the string alias for this semantic attribute |
Methods
| Signature | Description |
|---|---|
SemanticAttribute(semantic: VertexFieldSemantic) | Creates a new instance with the specified vertex field semantic |
SemanticAttribute(semantic: VertexFieldSemantic, alias: string) |