Переглянути джерело

Documentation missing method keyword in C# fix

### Description
line 219 missing "Instance" after "scene."

### Issue
https://github.com/godotengine/godot-docs/issues/5942
Jihad Khawaja 3 роки тому
батько
коміт
2cb24a4780
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