Click or drag to resize

EditorInterfaceReloadSceneFromPath Method

Reloads the scene at the given path.

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

Parameters

sceneFilepath
Type: SystemString

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

See Also