RigidBodyClearForces Method |
Clear all forces from the body.
Namespace:
GeonBit.ECS.Components.Physics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void ClearForces(
bool clearVelocity = true
)
Parameters
- clearVelocity (Optional)
- Type: SystemBoolean
If true, will also clear velocity.
See Also