瀏覽代碼

Fix incorrect claim in RemoteTransform2D class reference

aXu-AP 2 年之前
父節點
當前提交
c1e1ce86a3
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      doc/classes/RemoteTransform2D.xml

+ 3 - 3
doc/classes/RemoteTransform2D.xml

@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <?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">
 <class name="RemoteTransform2D" inherits="Node2D" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
 	<brief_description>
 	<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>
 	</brief_description>
 	<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>
 	</description>
 	<tutorials>
 	<tutorials>
 	</tutorials>
 	</tutorials>