| SubmeshPrimitiveType Property |
Gets or sets the type of the primitive.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public PrimitiveType PrimitiveType { get; set; }
Public Property PrimitiveType As PrimitiveType
Get
Set
public:
property PrimitiveType PrimitiveType {
PrimitiveType get ();
void set (PrimitiveType value);
}
member PrimitiveType : PrimitiveType with get, set
Property Value
Type:
PrimitiveTypeThe type of the primitive. The default type is triangle list.
See Also