From 0b7619fd9cca94f3b4551bac29ec7b8880e06b68 Mon Sep 17 00:00:00 2001 From: mhilbrunner Date: Sun, 22 Oct 2017 20:25:14 +0200 Subject: [PATCH] [DOCS] RemoteTransform & RemoteTransform2D --- doc/classes/RemoteTransform.xml | 8 ++++++++ doc/classes/RemoteTransform2D.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/doc/classes/RemoteTransform.xml b/doc/classes/RemoteTransform.xml index ecc136055e2..67679bc9dff 100644 --- a/doc/classes/RemoteTransform.xml +++ b/doc/classes/RemoteTransform.xml @@ -1,8 +1,11 @@ + RemoteTransform mirrors the [Transform] of another [Spatial] derived Node in the scene. + RemoteTransform mirrors the [Transform] of another [Spatial] derived Node (called the remote node) in the scene. + It can be set to track another Node's position, rotation and/or scale and update its own accordingly, using either global or local coordinates. @@ -82,14 +85,19 @@ + The remote node's [NodePath]. + If [code]true[/code] the remote node's position is mirrored. + If [code]true[/code] the remote node's rotation is mirrored. + If [code]true[/code] the remote node's scale is mirrored. + If [code]true[/code] global coordinates are used. If [code]false[/code] local coordinates are used. Default value: [code]true[/code]. diff --git a/doc/classes/RemoteTransform2D.xml b/doc/classes/RemoteTransform2D.xml index 346b8de621f..eac7427f9f4 100644 --- a/doc/classes/RemoteTransform2D.xml +++ b/doc/classes/RemoteTransform2D.xml @@ -1,8 +1,11 @@ + RemoteTransform2D mirrors the [Transform2D] of another [CanvasItem] derived Node in the scene. + RemoteTransform2D mirrors the [Transform2D] of another [CanvasItem] derived Node (called the remote node) in the scene. + It can be set to track another Node's position, rotation and/or and update its own accordingly, using either global or local coordinates. @@ -82,14 +85,19 @@ + The remote node's [NodePath]. + If [code]true[/code] the remote node's position is mirrored. + If [code]true[/code] the remote node's rotation is mirrored. + If [code]true[/code] the remote node's scale is mirrored. + If [code]true[/code] global coordinates are used. If [code]false[/code] local coordinates are used. Default value: [code]true[/code].