1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00

Merge pull request #19583 from letheed/doc-vector2

Fix Vector2 doc of floor, add ceil doc
This commit is contained in:
Rémi Verschelde
2018-06-15 22:35:43 +02:00
committed by GitHub

View File

@@ -76,6 +76,7 @@
<return type="Vector2">
</return>
<description>
Returns the vector with all components rounded up.
</description>
</method>
<method name="clamped">
@@ -142,7 +143,7 @@
<return type="Vector2">
</return>
<description>
Remove the fractional part of x and y.
Returns the vector with all components rounded down.
</description>
</method>
<method name="is_normalized">