Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 431 Bytes

File metadata and controls

19 lines (11 loc) · 431 Bytes

Home > server > Vector2 > round

Vector2.round() method

Rounds each component of the vector to the nearest integer.

Signature:

round(): Vector2;

Returns:

Vector2

The current vector.