Vector3.zero

static var zero : Vector3

Description

Shorthand for writing Vector3(0, 0, 0)

JavaScript
transform.position = Vector3.zero;