You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Document Vector2.round() and Vector3.round()
(cherry picked from commit 61fd3cd32a)
This commit is contained in:
committed by
Rémi Verschelde
parent
dd81ee9855
commit
bb5312d3f7
@@ -198,6 +198,7 @@
|
|||||||
<return type="Vector2">
|
<return type="Vector2">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns the vector with all components rounded to the nearest integer, with halfway cases rounded away from zero.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="slide">
|
<method name="slide">
|
||||||
|
|||||||
@@ -208,6 +208,7 @@
|
|||||||
<return type="Vector3">
|
<return type="Vector3">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns the vector with all components rounded to the nearest integer, with halfway cases rounded away from zero.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="slide">
|
<method name="slide">
|
||||||
|
|||||||
Reference in New Issue
Block a user