From 92f07fefcd334686e81f56555d83530ae6741c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 24 Nov 2017 18:10:32 +0100 Subject: doc: Remove setters and getters now exposed via properties/members --- doc/classes/Spatial.xml | 108 ------------------------------------------------ 1 file changed, 108 deletions(-) (limited to 'doc/classes/Spatial.xml') diff --git a/doc/classes/Spatial.xml b/doc/classes/Spatial.xml index 807760dfe5..548ecbcdbd 100644 --- a/doc/classes/Spatial.xml +++ b/doc/classes/Spatial.xml @@ -18,13 +18,6 @@ Returns the SpatialGizmo for this node. Used for example in [EditorSpatialGizmo] as custom visualization and editing handles in Editor. - - - - - Returns the global transform, relative to worldspace. - - @@ -32,39 +25,6 @@ Returns the parent [code]Spatial[/code], or an empty [Object] if no parent exists or parent is not of type [code]Spatial[/code]. - - - - - Returns the rotation (in radians). - - - - - - - Returns the rotation (in degrees). - - - - - - - - - - - - - Returns the local transform, relative to the bone parent. - - - - - - - - @@ -120,13 +80,6 @@ Returns whether the node notifies about its global and local transformation changes. Spatial will not propagate this by default. - - - - - Returns whether the node is set to be visible. - - @@ -221,15 +174,6 @@ Set [SpatialGizmo] for this node. Used for example in [EditorSpatialGizmo] as custom visualization and editing handles in Editor. - - - - - - - Set the transform globally, relative to world space. - - @@ -264,58 +208,6 @@ Set whether the node notifies about its global and local transformation changes. Spatial will not propagate this by default. - - - - - - - Set the rotation (in radians). - - - - - - - - - Set the rotation (in degrees). - - - - - - - - - Set the scale. - - - - - - - - - Set the transform locally, relative to the parent spatial node. - - - - - - - - - - - - - - - - - - -- cgit v1.2.3