Click or drag to resize
RigidBodyClearForces Method
Clear all forces from the body.

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ClearForces(
	bool clearVelocity = true
)

Parameters

clearVelocity (Optional)
Type: SystemBoolean
If true, will also clear current velocity.
See Also