Click or drag to resize
DigitalRuneDRMeshContentSubmeshes Property
Gets or sets the submeshes associated with this mesh.

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
public List<DRSubmeshContent> Submeshes { get; set; }

Property Value

Type: ListDRSubmeshContent
The submeshes associated with this mesh.
See Also