Click or drag to resize
DigitalRuneSubmeshStartIndex Property
Gets or sets the location in the index array at which to start reading vertices.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public int StartIndex { get; set; }

Property Value

Type: Int32
Location in the index array at which to start reading vertices.
See Also