| RigidBody Constructor (Shape) |
Initializes a new instance of the
RigidBody class.
Namespace: DigitalRune.PhysicsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public RigidBody(
Shape shape
)
Public Sub New (
shape As Shape
)
public:
RigidBody(
Shape^ shape
)
new :
shape : Shape -> RigidBody
Parameters
- shape
- Type: DigitalRune.Geometry.ShapesShape
The shape. Can be to use the default Shape.
See Also