Merge pull request #19794 from Calinou/document-vector2-vector3-round
Document Vector2.round() and Vector3.round()
This commit is contained in:
commit
68f7cf13c7
|
@ -207,6 +207,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="slerp">
|
<method name="slerp">
|
||||||
|
|
|
@ -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="slerp">
|
<method name="slerp">
|
||||||
|
|
Loading…
Reference in New Issue