mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix Vector2 doc of floor, add ceil doc
(cherry picked from commit d759d25aca)
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
<return type="Vector2">
|
||||
</return>
|
||||
<description>
|
||||
Returns the vector with all components rounded up.
|
||||
</description>
|
||||
</method>
|
||||
<method name="clamped">
|
||||
@@ -133,7 +134,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">
|
||||
|
||||
Reference in New Issue
Block a user