Component.rigidbody
var rigidbody: Rigidbody;
Description

The Rigidbody attached to this GameObject (null if there is none attached).

	rigidbody.AddForce(1, 1, 1);