From b832003c6b04c4435052a60c8db30399ca44b2c2 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Wed, 23 Dec 2020 07:06:30 +0000 Subject: Rename Control rotation to rotation_degrees --- doc/classes/Control.xml | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index 14d44a2fbe..3678cdb29e 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -454,13 +454,6 @@ Returns the position and size of the control relative to the top-left corner of the parent Control. See [member rect_position] and [member rect_size]. - - - - - Returns the rotation (in radians). - - @@ -981,15 +974,6 @@ If [code]keep_margins[/code] is [code]true[/code], control's anchors will be updated instead of margins. - - - - - - - Sets the rotation (in radians). - - @@ -1117,7 +1101,10 @@ The node's position, relative to its parent. It corresponds to the rectangle's top-left corner. The property is not affected by [member rect_pivot_offset]. - + + The node's rotation around its pivot, in radians. See [member rect_pivot_offset] to change the pivot's position. + + The node's rotation around its pivot, in degrees. See [member rect_pivot_offset] to change the pivot's position. -- cgit v1.2.3