ConstantForce.force
var force: Vector3;
Description

The force applied to the rigidbody every frame.

	// Moves the rigidbody upwards in world coordinates
	constantForce.force = Vector3.up * 10;