VertexElementVertexColor
VertexElementVertexColor — klasa VertexElementVertexColor. Dziedziczy po: VertexElement.
Methods: Aspose.ThreeD
Metody
Brak publicznych właściwości udokumentowanych w źródle.
Metody
Brak publicznych metod udokumentowanych w źródle.
Zobacz także
| 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. |