|
IReadonlyMeshVertexColors Property
|
Gets the mesh vertex colors.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxIReadOnlyList<Color> VertexColors { get; }
ReadOnly Property VertexColors As IReadOnlyList(Of Color)
Get
property IReadOnlyList<Color>^ VertexColors {
IReadOnlyList<Color>^ get ();
}
abstract VertexColors : IReadOnlyList<Color> with get
Property Value
Type:
IReadOnlyListColor
See Also