Sandbox Logo

Rigidbody.ClearForces

void ClearForces()

Description

Clear accumulated linear forces (<see cref="M:Sandbox.Rigidbody.ApplyForce(Vector3@)" /> and <see cref="M:Sandbox.Rigidbody.ApplyForceAt(Vector3@,Vector3@)" />) during this physics frame that were not yet applied to the physics body.

Return

User Comments