From 3ecd8560fd90a615d80a447b04e713bb2c600fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 1 Oct 2016 13:01:44 +0200 Subject: Classref: Sync template with current source --- doc/base/classes.xml | 261 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 249 insertions(+), 12 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index ab4610d4f7..deed5c5cda 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -2153,6 +2153,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base dialog for user notification. @@ -4024,7 +4138,7 @@ - + This signal triggers only once when an area enters this area. The first parameter is the area's [RID]. The second one is the area as an object. The third one is the index of the shape entering this area, and the fourth one is the index of the shape in this area that reported the entering. @@ -4044,7 +4158,7 @@ - + This signal triggers only once when an area exits this area. The first parameter is the area's [RID]. The second one is the area as an object. The third one is the index of the shape entering this area, and the fourth one is the index of the shape in this area that reported the entering. @@ -4366,7 +4480,7 @@ - + This signal triggers only once when an area enters this area. The first parameter is the area's [RID]. The second one is the area as an object. The third one is the index of the shape entering this area, and the fourth one is the index of the shape in this area that reported the entering. @@ -4386,7 +4500,7 @@ - + This signal triggers only once when an area exits this area. The first parameter is the area's [RID]. The second one is the area as an object. The third one is the index of the shape entering this area, and the fourth one is the index of the shape in this area that reported the entering. @@ -6755,6 +6869,12 @@ + + + + + + @@ -6858,6 +6978,12 @@ + + + + + + @@ -7560,6 +7686,12 @@ Canvas Item layer. [CanvasItem] nodes that are direct or indirect children of a [CanvasLayer] will be drawn in that layer. The layer is a numeric index that defines the draw order. The default 2D scene renders with index 0, so a [CanvasLayer] with index -1 will be drawn below, and one with index 1 will be drawn above. This is very useful for HUDs (in layer 1+ or above), or backgrounds (in layer -1 or below). + + + + + + @@ -7602,13 +7734,6 @@ Return the base transform for this layer. - - - - - Return the viewport RID for this layer. - - @@ -7616,6 +7741,12 @@ Return the [World2D] used by this layer. + + + + + + @@ -8678,6 +8809,28 @@ + + + + + + + + + + + + + + + + + + + + + + Color picker control. @@ -11769,6 +11922,10 @@ Return true if this is a main screen editor plugin (it goes in the main screen selector together with 2D, 3D, Script). + + + + @@ -11778,6 +11935,12 @@ Inspect an object in the inspector. + + + + + + @@ -12076,7 +12239,7 @@ - Get the list of selected nodes, optimized for transform operations (ie, moving them, rotating, etc). This list avoids situations where a node is selected and also chid/grandchild. + Get the list of selected nodes, optimized for transform operations (ie, moving them, rotating, etc). This list avoids situations where a node is selected and also chid/grandchild. @@ -16487,6 +16650,38 @@ Returns the current value of the joystick axis at given index (see JOY_* constants in [@Global Scope]) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -40910,6 +41105,16 @@ + + + + + + + + + + Emitted when the text changes. @@ -44541,6 +44746,14 @@ do_property]. Returns the angle in radians between the line connecting the two points and the x coordinate. + + + + + + + + @@ -45627,6 +45840,12 @@ do_property]. Return the 3D world of the viewport. + + + + + + @@ -45850,6 +46069,12 @@ do_property]. Change the 3D world of the viewport. + + + + + + @@ -46170,12 +46395,24 @@ do_property]. + + + + + + + + + + + + -- cgit v1.2.3