VertexElementUV
Overview
VertexElementUV 是一个类在Aspose.3D FOSS的.NET中. 继承人: VertexElement.
带有紫外线坐标的顶点元素
本类提供了4种方法,用于在NET程序中与VertexElementUV对象工作. 有的方法包括: Clear, SetIndices, ToString, VertexElementUV. 所有公众成员在安装了Aspose.3D FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: Data, Indices, Mapping, MappingMode, Name, ReferenceMode,另外一个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Mapping | TextureMapping | Read | 得到了地图. |
Data | List<FVector2> | Read | 得到数据. |
VertexElementType | VertexElementType | Read | 得到了顶点元素类型. |
Name | string | 阅读/写作 | 得到或设置名字. |
MappingMode | MappingMode | 阅读/写作 | 获取或设置映射模式. |
ReferenceMode | ReferenceMode | 阅读/写作 | 获取或设置参考模式. |
Indices | IArrayList<int> | Read | 得到了指标. |
Methods
| Signature | Description |
|---|---|
VertexElementUV(mapping: TextureMapping, mappingMode: MappingMode, referenceMode: ReferenceMode) | 创建一个 UV顶点元素,指定映射模式和参考模式. |
SetIndices(data: int[]) | 设置索引数据 |
Clear() | 清除了这个顶点元素的所有数据. |
ToString() | 顶点元素的字符串表示. |