Click or drag to resize
DigitalRuneRigidBodyMotionType Property
Gets or sets the motion type.

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public MotionType MotionType { get; set; }

Property Value

Type: MotionType
The motion type. The default is Dynamic.
See Also