VertexElementUV

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

NameTypeAccessDescription
MappingTextureMappingRead得到了地图.
DataList<FVector2>Read得到数据.
VertexElementTypeVertexElementTypeRead得到了顶点元素类型.
Namestring阅读/写作得到或设置名字.
MappingModeMappingMode阅读/写作获取或设置映射模式.
ReferenceModeReferenceMode阅读/写作获取或设置参考模式.
IndicesIArrayList<int>Read得到了指标.

Methods

SignatureDescription
VertexElementUV(mapping: TextureMapping, mappingMode: MappingMode, referenceMode: ReferenceMode)创建一个 UV顶点元素,指定映射模式和参考模式.
SetIndices(data: int[])设置索引数据
Clear()清除了这个顶点元素的所有数据.
ToString()顶点元素的字符串表示.

See Also

 中文