Click or drag to resize
DigitalRuneDRSubmeshContentIndexBuffer Property
Gets or sets the index buffer associated with 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
[ContentSerializerAttribute(ElementName = "IndexBuffer", SharedResource = true)]
public IndexCollection IndexBuffer { get; set; }

Property Value

Type: IndexCollection
The index buffer associated with this submesh.
See Also