| SubmeshStartIndex Property |
Gets or sets the location in the index array at which to start reading vertices.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public int StartIndex { get; set; }
Public Property StartIndex As Integer
Get
Set
public:
property int StartIndex {
int get ();
void set (int value);
}
member StartIndex : int with get, set
Property Value
Type:
Int32Location in the index array at which to start reading vertices.
See Also