Interface IVertexColor
Namespace: Aximo.VertexData
Assembly: AxCommon.dll
Syntax
public interface IVertexColor : IVertex
Properties
| Improve this Doc View SourceColor
Declaration
Vector4 Color { get; set; }
Property Value
| Type | Description |
|---|---|
| OpenToolkit.Mathematics.Vector4 |
Methods
| Improve this Doc View SourceClone()
Declaration
IVertexColor Clone()
Returns
| Type | Description |
|---|---|
| IVertexColor |