Transform.right
var right: Vector3;
Description

The red axis of the transform in world space.

	// Set's the rigidbody velocity to be 
	// along the red axis of the transform
	rigidbody.velocity = transform.right * 10;