EditorInterface.GDNativeClassBinding

Undocumented in source.
struct EditorInterface
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

editNode
GodotMethod!(void, Node) editNode;
Undocumented in source.
editResource
GodotMethod!(void, Resource) editResource;
Undocumented in source.
getBaseControl
GodotMethod!(Control) getBaseControl;
Undocumented in source.
getCurrentPath
GodotMethod!(String) getCurrentPath;
Undocumented in source.
getEditedSceneRoot
GodotMethod!(Node) getEditedSceneRoot;
Undocumented in source.
getEditorScale
GodotMethod!(double) getEditorScale;
Undocumented in source.
getEditorSettings
GodotMethod!(EditorSettings) getEditorSettings;
Undocumented in source.
getEditorViewport
GodotMethod!(Control) getEditorViewport;
Undocumented in source.
getFileSystemDock
GodotMethod!(FileSystemDock) getFileSystemDock;
Undocumented in source.
getInspector
GodotMethod!(EditorInspector) getInspector;
Undocumented in source.
getOpenScenes
GodotMethod!(Array) getOpenScenes;
Undocumented in source.
getPlayingScene
GodotMethod!(String) getPlayingScene;
Undocumented in source.
getResourceFilesystem
GodotMethod!(EditorFileSystem) getResourceFilesystem;
Undocumented in source.
getResourcePreviewer
GodotMethod!(EditorResourcePreview) getResourcePreviewer;
Undocumented in source.
getScriptEditor
GodotMethod!(ScriptEditor) getScriptEditor;
Undocumented in source.
getSelectedPath
GodotMethod!(String) getSelectedPath;
Undocumented in source.
getSelection
GodotMethod!(EditorSelection) getSelection;
Undocumented in source.
inspectObject
GodotMethod!(void, GodotObject, String, bool) inspectObject;
Undocumented in source.
isDistractionFreeModeEnabled
GodotMethod!(bool) isDistractionFreeModeEnabled;
Undocumented in source.
isPlayingScene
GodotMethod!(bool) isPlayingScene;
Undocumented in source.
isPluginEnabled
GodotMethod!(bool, String) isPluginEnabled;
Undocumented in source.
makeMeshPreviews
GodotMethod!(Array, Array, long) makeMeshPreviews;
Undocumented in source.
openSceneFromPath
GodotMethod!(void, String) openSceneFromPath;
Undocumented in source.
playCurrentScene
GodotMethod!(void) playCurrentScene;
Undocumented in source.
playCustomScene
GodotMethod!(void, String) playCustomScene;
Undocumented in source.
playMainScene
GodotMethod!(void) playMainScene;
Undocumented in source.
reloadSceneFromPath
GodotMethod!(void, String) reloadSceneFromPath;
Undocumented in source.
saveScene
GodotMethod!(GodotError) saveScene;
Undocumented in source.
saveSceneAs
GodotMethod!(void, String, bool) saveSceneAs;
Undocumented in source.
selectFile
GodotMethod!(void, String) selectFile;
Undocumented in source.
setDistractionFreeMode
GodotMethod!(void, bool) setDistractionFreeMode;
Undocumented in source.
setMainScreenEditor
GodotMethod!(void, String) setMainScreenEditor;
Undocumented in source.
setPluginEnabled
GodotMethod!(void, String, bool) setPluginEnabled;
Undocumented in source.
stopPlayingScene
GodotMethod!(void) stopPlayingScene;
Undocumented in source.

Meta