| 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)
Syntaxpublic void ClearForces(
	bool clearVelocity = true
)
Parameters
- clearVelocity (Optional)
 - Type: SystemBoolean
If true, will also clear velocity. 
See Also