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 > Vector2 > zero

Vector2.zero() method

Sets each component of the vector to zero.

Signature:

zero(): Vector2;

Returns:

Vector2

The current vector.