mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Fix CSharp instanciation example (#4618)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user