Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 410 Bytes

File metadata and controls

19 lines (11 loc) · 410 Bytes

Home > server > Vector3 > zero

Vector3.zero() method

Sets each component of the vector to zero.

Signature:

zero(): Vector3;

Returns:

Vector3

The current vector.