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 > Vector3 > round

Vector3.round() method

Rounds each component of the vector to the nearest integer.

Signature:

round(): Vector3;

Returns:

Vector3

The current vector.