Click or drag to resize
DigitalRuneSubmeshStartVertex 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
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public int StartVertex { get; set; }

Property Value

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