Click or drag to resize
DigitalRuneRigidBodyIsSleeping Property
Gets a value indicating whether this rigid body is sleeping.

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

Property Value

Type: Boolean
if this instance is sleeping; otherwise, .
See Also