| DRMeshContentBoundingShape Property |
Gets or sets the bounding shape for this mesh.
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 public Shape BoundingShape { get; set; }
Public Property BoundingShape As Shape
Get
Set
public:
property Shape^ BoundingShape {
Shape^ get ();
void set (Shape^ value);
}
member BoundingShape : Shape with get, set
Property Value
Type:
ShapeThe bounding shape for this mesh.
See Also