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

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

Property Value

Type: Int32
The location in the index buffer at which to start reading vertices.
See Also