소스 검색

Fix CSharp instanciation example (#4618)

Carl 4 년 전
부모
커밋
3f3e203bdd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/scripting/nodes_and_scene_instances.rst

+ 1 - 1
tutorials/scripting/nodes_and_scene_instances.rst

@@ -216,7 +216,7 @@ as a child of your current node.
 
  .. code-tab:: csharp
 
-    var instance = scene.();
+    var instance = scene.Instance();
     AddChild(instance);
 
 The advantage of this two-step process is you can keep a packed scene loaded and