Click or drag to resize

SceneTreeSetCurrentScene Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.SceneTree.SetCurrentScene(Godot.Node)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCurrentScene is deprecated. Use the CurrentScene property instead.")]
public void SetCurrentScene(
	Node childNode
)

Parameters

childNode
Type: GodotNode

[Missing <param name="childNode"/> documentation for "M:Godot.SceneTree.SetCurrentScene(Godot.Node)"]

See Also