| DROccluderContentIndices Property |
Gets or sets the triangle indices.
Namespace: DigitalRune.Graphics.Content.PipelineAssembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
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 triangle indices.
See Also