Click or drag to resize
DigitalRuneDRSubmeshContentVertexBuffer Property
Gets or sets the vertex 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 = "VertexBuffer", SharedResource = true)]
public VertexBufferContent VertexBuffer { get; set; }

Property Value

Type: VertexBufferContent
The vertex buffer associated with this submesh.
See Also