Click or drag to resize
DigitalRuneDRSubmeshContentStartVertex Property
Gets or sets the index of the first vertex in the vertex buffer that belongs to this submesh (a.k.a base vertex or vertex offset).

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 StartVertex { get; set; }

Property Value

Type: Int32
The index of the first vertex in the vertex buffer.
See Also