Click or drag to resize
DigitalRuneMeshSubmeshes Property
Gets the collection of Submeshes that make up this mesh. Each submesh is composed of a set of primitives that share the same material.

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

Property Value

Type: SubmeshCollection
The Submeshes that make up this mesh.
See Also