Click or drag to resize

SceneTreeSetEditedSceneRoot Method

Note: This API is now obsolete.

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

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

Parameters

scene
Type: GodotNode

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

See Also