PhysicsRigidBodyActive Property |
Whether the rigid body is active (not sleeping) in the world.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic bool Active { get; set; }Property Value
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