| DRSubmeshContentIndexBuffer Property |
Gets or sets the index buffer associated with 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 [ContentSerializerAttribute(ElementName = "IndexBuffer", SharedResource = true)]
public IndexCollection IndexBuffer { get; set; }
<ContentSerializerAttribute(ElementName := "IndexBuffer", SharedResource := true)>
Public Property IndexBuffer As IndexCollection
Get
Set
public:
[ContentSerializerAttribute(ElementName = L"IndexBuffer", SharedResource = true)]
property IndexCollection^ IndexBuffer {
IndexCollection^ get ();
void set (IndexCollection^ value);
}
[<ContentSerializerAttribute(ElementName = "IndexBuffer", SharedResource = true)>]
member IndexBuffer : IndexCollection with get, set
Property Value
Type:
IndexCollectionThe index buffer associated with this submesh.
See Also