From c402ac13df1a945336faa009b469ac4f0528770f Mon Sep 17 00:00:00 2001 From: Emmanuel Leblond Date: Mon, 15 Aug 2016 11:39:19 +0200 Subject: Add Node2D's set_global_rot get_global_rot set_global_rotd get_global_rotd set_global_scale get_global_scale methods. --- doc/base/classes.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'doc/base') diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 56a24d77ee..019fc043dc 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -22242,6 +22242,27 @@ Return the global position of the 2D node. + + + + + Return the global rotation in radians of the 2D node. + + + + + + + Return the global rotation in degrees of the 2D node. + + + + + + + Return the global scale of the 2D node. + + @@ -22345,6 +22366,27 @@ Set the global position of the 2D node to 'pos'. + + + + + Set the global rotation in radians of the 2D node. + + + + + + + Set the global rotation in degrees of the 2D node. + + + + + + + Set the global scale of the 2D node. + + -- cgit v1.2.3