Click or drag to resize

EditorInterfaceOpenSceneFromPath Method

Opens the scene at the given path.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void OpenSceneFromPath(
	string sceneFilepath
)

Parameters

sceneFilepath
Type: SystemString

[Missing <param name="sceneFilepath"/> documentation for "M:Godot.EditorInterface.OpenSceneFromPath(System.String)"]

See Also