Vector3.zero
static var zero: Vector3;
Description

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

	transform.position = Vector3.zero;