Document Vector2.round() and Vector3.round()
This commit is contained in:
parent
f036353b93
commit
61fd3cd32a
2 changed files with 2 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue