diff options
author | aXu-AP <1621768+aXu-AP@users.noreply.github.com> | 2023-01-24 10:16:42 +0200 |
---|---|---|
committer | aXu-AP <1621768+aXu-AP@users.noreply.github.com> | 2023-01-24 10:18:25 +0200 |
commit | c1e1ce86a34896e110d610d0be367eaac590a080 (patch) | |
tree | 82cf267ac9b40b06e0eaf37546b3c69c3ca7daa5 /doc | |
parent | 1dfd236f15d8553e0ad0c976eab93b70665c3b78 (diff) |
Fix incorrect claim in RemoteTransform2D class reference
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/RemoteTransform2D.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/RemoteTransform2D.xml b/doc/classes/RemoteTransform2D.xml index 20fa41a3f0..6f100541be 100644 --- a/doc/classes/RemoteTransform2D.xml +++ b/doc/classes/RemoteTransform2D.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="RemoteTransform2D" inherits="Node2D" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> - RemoteTransform2D pushes its own [Transform2D] to another [CanvasItem] derived Node in the scene. + RemoteTransform2D pushes its own [Transform2D] to another [Node2D] derived node in the scene. </brief_description> <description> - RemoteTransform2D pushes its own [Transform2D] to another [CanvasItem] derived Node (called the remote node) in the scene. - It can be set to update another Node's position, rotation and/or scale. It can use either global or local coordinates. + RemoteTransform2D pushes its own [Transform2D] to another [Node2D] derived node (called the remote node) in the scene. + It can be set to update another node's position, rotation and/or scale. It can use either global or local coordinates. </description> <tutorials> </tutorials> |