From 482e07af7e5c8b85463f950036dc7b14cb8cd3b4 Mon Sep 17 00:00:00 2001 From: letheed Date: Fri, 10 Nov 2017 11:07:52 +0100 Subject: Unify degree members and properties --- doc/classes/CanvasLayer.xml | 6 +++--- doc/classes/Control.xml | 6 +++--- doc/classes/Node2D.xml | 12 ++++++------ doc/classes/Polygon2D.xml | 2 +- doc/classes/Spatial.xml | 10 +++++----- 5 files changed, 18 insertions(+), 18 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/CanvasLayer.xml b/doc/classes/CanvasLayer.xml index c3f2e43892..f89c4ea754 100644 --- a/doc/classes/CanvasLayer.xml +++ b/doc/classes/CanvasLayer.xml @@ -38,7 +38,7 @@ Return the base rotation for this layer in radians (helper). - + @@ -101,7 +101,7 @@ Set the base rotation for this layer in radians (helper). - + @@ -136,7 +136,7 @@ The layer's base offset. - + The layer's rotation in degrees. diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index e3d29c2e93..b5765ac948 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -347,7 +347,7 @@ Return the rotation (in radians) - + @@ -763,7 +763,7 @@ Set the rotation (in radians). - + @@ -910,7 +910,7 @@ 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 degrees. See [member rect_pivot_offset] to change the pivot's position. diff --git a/doc/classes/Node2D.xml b/doc/classes/Node2D.xml index 669a0fb9ff..2fdc6bf440 100644 --- a/doc/classes/Node2D.xml +++ b/doc/classes/Node2D.xml @@ -52,7 +52,7 @@ Returns the node's global rotation in radians. - + @@ -89,7 +89,7 @@ Returns the node's rotation in radians. - + @@ -184,7 +184,7 @@ Sets the node's global rotation in radians. - + @@ -229,7 +229,7 @@ Sets the node's rotation in radians. - + @@ -309,7 +309,7 @@ Global rotation in radians. - + Global rotation in degrees. @@ -324,7 +324,7 @@ Rotation in radians, relative to the node's parent. - + Rotation in degrees, relative to the node's parent. diff --git a/doc/classes/Polygon2D.xml b/doc/classes/Polygon2D.xml index 23cb9bd91b..5aa7146ff7 100644 --- a/doc/classes/Polygon2D.xml +++ b/doc/classes/Polygon2D.xml @@ -227,7 +227,7 @@ Amount to offset the polygon's [code]texture[/code]. If [code](0, 0)[/code] the texture's origin (its top-left corner) will be placed at the polygon's [code]position[/code]. - + The texture's rotation in degrees. diff --git a/doc/classes/Spatial.xml b/doc/classes/Spatial.xml index 38e971b6bd..07f5ea5301 100644 --- a/doc/classes/Spatial.xml +++ b/doc/classes/Spatial.xml @@ -39,7 +39,7 @@ Returns the rotation (in radians). - + @@ -267,16 +267,16 @@ - + Set the rotation (in radians). - + - + Set the rotation (in degrees). @@ -365,7 +365,7 @@ Local euler rotation in radians of this node. - + Local euler rotation in degrees of this node. -- cgit v1.2.3