|
Mesh3VertexColors Property
|
Gets the vertex colors.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IReadOnlyList<Color> VertexColors { get; }
Public ReadOnly Property VertexColors As IReadOnlyList(Of Color)
Get
public:
virtual property IReadOnlyList<Color>^ VertexColors {
IReadOnlyList<Color>^ get () sealed;
}
abstract VertexColors : IReadOnlyList<Color> with get
override VertexColors : IReadOnlyList<Color> with get
Property Value
Type:
IReadOnlyListColorImplements
IReadonlyMeshVertexColors
See Also