Click or drag to resize

Vector3Round Method

Returns this vector with all components rounded to the nearest integer, with halfway cases rounded towards the nearest multiple of two.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 Round()

Return Value

Type: Vector3
The rounded vector.
See Also