Click or drag to resize
DigitalRuneRigidBody Constructor (Shape)
Initializes a new instance of the RigidBody class.

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public RigidBody(
	Shape shape
)

Parameters

shape
Type: DigitalRune.Geometry.ShapesShape
The shape. Can be to use the default Shape.
See Also