From 85a8dbb7b6eced8364e83c879f98e17862a22124 Mon Sep 17 00:00:00 2001 From: Duroxxigar Date: Thu, 1 Oct 2020 02:43:30 -0400 Subject: Made toplevel a property for Node3D and CanvasItem --- doc/classes/CanvasItem.xml | 19 +++---------------- doc/classes/Node3D.xml | 19 +++---------------- 2 files changed, 6 insertions(+), 32 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index 946c4f8988..3524a5d22b 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -525,13 +525,6 @@ Returns [code]true[/code] if local transform notifications are communicated to children. - - - - - Returns [code]true[/code] if the node is set as top-level. See [method set_as_toplevel]. - - @@ -564,15 +557,6 @@ Transformations issued by [code]event[/code]'s inputs are applied in local space instead of global space. - - - - - - - If [code]enable[/code] is [code]true[/code], the node won't inherit its transform from parent canvas items. - - @@ -622,6 +606,9 @@ If [code]true[/code], the object draws behind its parent. + + If [code]true[/code], the node will not inherit its transform from parent [CanvasItem]s. + If [code]true[/code], the object draws on top of its parent. diff --git a/doc/classes/Node3D.xml b/doc/classes/Node3D.xml index 1ef875f606..daadde4fe4 100644 --- a/doc/classes/Node3D.xml +++ b/doc/classes/Node3D.xml @@ -83,13 +83,6 @@ Returns whether this node uses a scale of [code](1, 1, 1)[/code] or its local transformation scale. - - - - - Returns whether this node is set as Toplevel, that is whether it ignores its parent nodes transformations. - - @@ -195,15 +188,6 @@ Scales the local transformation by given 3D scale factors in object-local coordinate system. - - - - - - - Makes the node ignore its parents transformations. Node transformations are only in global space. - - @@ -316,6 +300,9 @@ Scale part of the local transformation. + + If [code]true[/code], the node will not inherit its transformations from its parent. Node transformations are only in global space. + Local space [Transform] of this node, with respect to the parent node. -- cgit v1.2.3