Open Instance Methodmigueldeicaza.swiftgodot 0.45.0SwiftGodot
_run
This method is executed by the Editor when File > Run is used.
EditorScript.swift:25func _run()
Other members in extension
Type members
Instance members
func addRootNode(Node?
) Adds
node
as a child of the root node in the editor context.func getEditorInterface(
) -> EditorInterface? Returns the
EditorInterface
singleton instance.func getScene(
) -> Node? Returns the Editor’s currently active scene.