Click or drag to resize
DigitalRuneDRMeshContentBoundingShape Property
Gets or sets the bounding shape for 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 Shape BoundingShape { get; set; }

Property Value

Type: Shape
The bounding shape for this mesh.
See Also