Click or drag to resize

SceneTreeGetEditedSceneRoot Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.SceneTree.GetEditedSceneRoot"]

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

Return Value

Type: Node

[Missing <returns> documentation for "M:Godot.SceneTree.GetEditedSceneRoot"]

See Also