Click or drag to resize

PhysicsRigidBodyActive Property

Whether the rigid body is active (not sleeping) in the world.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public 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