PhysicsRigidBodyActive Property  | 
 
            Whether the rigid body is active (not sleeping) in the world.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic bool Active { get; set; }Property Value
Type: 
Boolean
Remarks
            A rigid body may be 
Enabled but not active if its linear and angular
            velocities have fallen below a threshold value. You can wake such rigid bodies up by
            setting this property to true.
            
See Also