Vector3.one

static var one : Vector3

Description

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

JavaScript
    transform.position = Vector3.one;