Vector3.back
static var back: Vector3;
Description

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

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