浏览代码

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
  .. code-tab:: csharp
 
 
-    var instance = scene.();
+    var instance = scene.Instance();
     AddChild(instance);
     AddChild(instance);
 
 
 The advantage of this two-step process is you can keep a packed scene loaded and
 The advantage of this two-step process is you can keep a packed scene loaded and