1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-30 16:26:50 +00:00

Added description for abs function in Rect2

(cherry picked from commit d1b3f36eab)
This commit is contained in:
unknown
2018-06-13 23:26:04 +01:00
committed by Rémi Verschelde
parent 394838901d
commit ae48b1b94a

View File

@@ -42,6 +42,7 @@
<return type="Rect2"> <return type="Rect2">
</return> </return>
<description> <description>
Returns a [code]Rect2[/code] with equivalent position and area, modified so that the top-left corner is the origin and [code]width[/code] and [code]height[/code] are positive.
</description> </description>
</method> </method>
<method name="clip"> <method name="clip">