| DRSubmeshContentVertexCount Property |
Gets or sets the number of vertices used in this submesh.
Namespace: DigitalRune.Graphics.Content.PipelineAssembly: 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; }
Public Property VertexCount As Integer
Get
Set
public:
property int VertexCount {
int get ();
void set (int value);
}
member VertexCount : int with get, set
Property Value
Type:
Int32The number of vertices used in this submesh.
See Also