mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
Document Vector2.round() and Vector3.round()
This commit is contained in:
@@ -207,6 +207,7 @@
|
||||
<return type="Vector2">
|
||||
</return>
|
||||
<description>
|
||||
Returns the vector with all components rounded to the nearest integer, with halfway cases rounded away from zero.
|
||||
</description>
|
||||
</method>
|
||||
<method name="slerp">
|
||||
|
||||
@@ -208,6 +208,7 @@
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
<description>
|
||||
Returns the vector with all components rounded to the nearest integer, with halfway cases rounded away from zero.
|
||||
</description>
|
||||
</method>
|
||||
<method name="slerp">
|
||||
|
||||
Reference in New Issue
Block a user