VertexElementVertexColor
VertexElementVertexColor — lớp VertexElementVertexColor. Kế thừa từ: VertexElement.
Methods: Aspose.ThreeD
Methods
Không có thuộc tính công khai nào được tài liệu hoá trong nguồn.
Methods
Không có phương thức công khai nào được tài liệu hoá trong nguồn.
Xem thêm
| Name | Type | Access | Description |
|---|---|---|---|
Data | List<FVector4> | Read | Gets the data. |
VertexElementType | VertexElementType | Read | Gets the vertex element type. |
Name | string | Read/Write | Gets or sets the name. |
MappingMode | MappingMode | Read/Write | Gets or sets the mapping mode. |
ReferenceMode | ReferenceMode | Read/Write | Gets or sets the reference mode. |
Indices | IArrayList<int> | Read | Gets the indices. |
| Signature | Description |
|---|---|
VertexElementVertexColor(mappingMode: MappingMode, referenceMode: ReferenceMode) | Creates a vertex color element with given mapping and reference modes |
SetIndices(data: int[]) | Sets the indices data |
Clear() | Clears all the data from this vertex element. |
ToString() | String representation of vertex element. |