Click or drag to resize
DigitalRuneDRSubmeshContentVertexCount Property
Gets or sets the number of vertices used in this submesh.

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

Property Value

Type: Int32
The number of vertices used in this submesh.
See Also