Document Vector2.round() and Vector3.round()
(cherry picked from commit 61fd3cd32a
)
This commit is contained in:
parent
dd81ee9855
commit
bb5312d3f7
|
@ -198,6 +198,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="slide">
|
||||
|
|
|
@ -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="slide">
|
||||
|
|
Loading…
Reference in New Issue