Skip to content

format

typescript
Vector3.right

class: Vector3

description

(Read Only) The shorthand form of Vector3(1, 0, 0).

parameter

param_nametypedescription

return

typedescription
Vector3Returns an instance of (1, 0, 0).

code example

typescript
Debug.Log("Vector3 right is",Vector3.right);