| RigidBodyMotionType Property |
Gets or sets the motion type.
Namespace: DigitalRune.PhysicsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public MotionType MotionType { get; set; }
Public Property MotionType As MotionType
Get
Set
public:
property MotionType MotionType {
MotionType get ();
void set (MotionType value);
}
member MotionType : MotionType with get, set
Property Value
Type:
MotionTypeThe motion type. The default is
Dynamic.
See Also