SemanticAttribute
Overview
SemanticAttribute 是一个类在Aspose.3D FOSS的.NET中. 继承人: Attribute.
SemanticAttribute.SemanticAttribute creates a new attribute with the specified vertex field semantic.
这个类提供了在NET程序中使用SemanticAttribute 对象的1种方法. 有的方法包括: SemanticAttribute. 所有公众成员在安装了Aspose.3D FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: Alias, Semantic.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Semantic | VertexFieldSemantic | Read | 得到了语义. |
Alias | string | Read | 得到了伪名. |
Methods
| Signature | Description |
|---|---|
SemanticAttribute(semantic: VertexFieldSemantic) | 创建一个新的属性,使用指定顶点字段语义 |
SemanticAttribute(semantic: VertexFieldSemantic, alias: string) |