| TriangleMeshIndices Property |
Gets or sets the indices.
Namespace: DigitalRune.Geometry.MeshesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public List<int> Indices { get; set; }
Public Property Indices As List(Of Integer)
Get
Set
public:
property List<int>^ Indices {
List<int>^ get ();
void set (List<int>^ value);
}
member Indices : List<int> with get, set
Property Value
Type:
ListInt32The indices. The default value is an empty list.
Remarks
Always 3 indices define 1 triangle. Each index is the index of a vertex in
VerticesSee Also