ConstantForce Inherits from BehaviourA force applied constantly. This is a small physics utility class used to apply a continous force to an object. Rigidbody.AddForce applies a force to the Rigidbody only for one frame, thus you have to keep calling the function. ConstantForce on the other hand will apply the force every frame until you change the force or torque to a new value. See Also: Rigidbody Variables
Inherited members
Inherited Variables
Inherited Functions
Inherited Class Functions
|
