Click or drag to resize
DigitalRuneSubmeshPrimitiveType Property
Gets or sets the type of the primitive.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public PrimitiveType PrimitiveType { get; set; }

Property Value

Type: PrimitiveType
The type of the primitive. The default type is triangle list.
See Also