VertexElementSpecular
Overview
VertexElementSpecular 是一个类在Aspose.3D FOSS的.NET中. 继承人: VertexElementFVector, IIndexedVertexElement.
定义特定组件的镜面颜色.
本类提供了在NET程序中与VertexElementSpecular对象工作的7种方法. 有的方法包括: Clear, CopyTo, SetData, SetIndices, ToString, VertexElementFVector, VertexElementSpecular. 所有公众成员在安装了Aspose.3D FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: Data, Indices, MappingMode, Name, ReferenceMode, VertexElementType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Data | IArrayList<FVector4> | Read | 得到数据. |
VertexElementType | VertexElementType | Read | 得到了顶点元素类型. |
Name | string | 阅读/写作 | 得到或设置名字. |
MappingMode | MappingMode | 阅读/写作 | 获取或设置映射模式. |
ReferenceMode | ReferenceMode | 阅读/写作 | 获取或设置参考模式. |
Indices | IArrayList<int> | Read | 得到了指标. |
Methods
| Signature | Description |
|---|---|
VertexElementSpecular() | |
VertexElementSpecular(mappingMode: MappingMode, referenceMode: ReferenceMode) | |
VertexElementFVector() | |
CopyTo(target: VertexElementFVector) | 将数据复制到指定元素中 |
SetData(data: FVector4[]) | 设置数据 |
Clear() | 从直接和索引数组中删除所有元素. |
SetIndices(data: int[]) | 设置索引数据 |
ToString() | 顶点元素的字符串表示. |