浏览代码

Merge pull request #17590 from YeldhamDev/iph_typo_fix

Fixed small typo in the "InstancePlaceholder" doc

[ci skip]
Poommetee Ketson 7 年之前
父节点
当前提交
760b0567a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/InstancePlaceholder.xml

+ 1 - 1
doc/classes/InstancePlaceholder.xml

@@ -4,7 +4,7 @@
 		Placeholder for the root [Node] of a [PackedScene].
 		Placeholder for the root [Node] of a [PackedScene].
 	</brief_description>
 	</brief_description>
 	<description>
 	<description>
-		Turning on the option [b]Load As Placeholder[/b] for an instanced scene in the editor causes it to be replaced by an InstacePlaceholder when running the game. This makes it possible to delay actually loading the scene until calling [method replace_by_instance]. This is useful to avoid loading large scenes all at once by loading parts of it selectively.
+		Turning on the option [b]Load As Placeholder[/b] for an instanced scene in the editor causes it to be replaced by an InstancePlaceholder when running the game. This makes it possible to delay actually loading the scene until calling [method replace_by_instance]. This is useful to avoid loading large scenes all at once by loading parts of it selectively.
 		The InstancePlaceholder does not have a transform. This causes any child nodes to be positioned relatively to the Viewport from point (0,0), rather than their parent as displayed in the editor. Replacing the placeholder with a scene with a transform will transform children relatively to their parent again.
 		The InstancePlaceholder does not have a transform. This causes any child nodes to be positioned relatively to the Viewport from point (0,0), rather than their parent as displayed in the editor. Replacing the placeholder with a scene with a transform will transform children relatively to their parent again.
 	</description>
 	</description>
 	<tutorials>
 	<tutorials>