Vector3.right
static var right: Vector3;
Description

Shorthand for writing Vector3(1, 0, 0).

	transform.position += Vector3.right * Time.deltaTime;