EditorPlugin.GDNativeClassBinding

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

Members

Static variables

addAutoloadSingleton
GodotMethod!(void, String, String) addAutoloadSingleton;
Undocumented in source.
addControlToBottomPanel
GodotMethod!(ToolButton, Control, String) addControlToBottomPanel;
Undocumented in source.
addControlToContainer
GodotMethod!(void, long, Control) addControlToContainer;
Undocumented in source.
addControlToDock
GodotMethod!(void, long, Control) addControlToDock;
Undocumented in source.
addCustomType
GodotMethod!(void, String, String, Script, Texture) addCustomType;
Undocumented in source.
addExportPlugin
GodotMethod!(void, EditorExportPlugin) addExportPlugin;
Undocumented in source.
addImportPlugin
GodotMethod!(void, EditorImportPlugin) addImportPlugin;
Undocumented in source.
addInspectorPlugin
GodotMethod!(void, EditorInspectorPlugin) addInspectorPlugin;
Undocumented in source.
addSceneImportPlugin
GodotMethod!(void, EditorSceneImporter) addSceneImportPlugin;
Undocumented in source.
addSpatialGizmoPlugin
GodotMethod!(void, EditorSpatialGizmoPlugin) addSpatialGizmoPlugin;
Undocumented in source.
addToolMenuItem
GodotMethod!(void, String, GodotObject, String, Variant) addToolMenuItem;
Undocumented in source.
addToolSubmenuItem
GodotMethod!(void, String, GodotObject) addToolSubmenuItem;
Undocumented in source.
applyChanges
GodotMethod!(void) applyChanges;
Undocumented in source.
build
GodotMethod!(bool) build;
Undocumented in source.
clear
GodotMethod!(void) clear;
Undocumented in source.
disablePlugin
GodotMethod!(void) disablePlugin;
Undocumented in source.
edit
GodotMethod!(void, GodotObject) edit;
Undocumented in source.
enablePlugin
GodotMethod!(void) enablePlugin;
Undocumented in source.
forwardCanvasDrawOverViewport
GodotMethod!(void, Control) forwardCanvasDrawOverViewport;
Undocumented in source.
forwardCanvasForceDrawOverViewport
GodotMethod!(void, Control) forwardCanvasForceDrawOverViewport;
Undocumented in source.
forwardCanvasGuiInput
GodotMethod!(bool, InputEvent) forwardCanvasGuiInput;
Undocumented in source.
forwardSpatialDrawOverViewport
GodotMethod!(void, Control) forwardSpatialDrawOverViewport;
Undocumented in source.
forwardSpatialForceDrawOverViewport
GodotMethod!(void, Control) forwardSpatialForceDrawOverViewport;
Undocumented in source.
forwardSpatialGuiInput
GodotMethod!(bool, Camera, InputEvent) forwardSpatialGuiInput;
Undocumented in source.
getBreakpoints
GodotMethod!(PoolStringArray) getBreakpoints;
Undocumented in source.
getEditorInterface
GodotMethod!(EditorInterface) getEditorInterface;
Undocumented in source.
getPluginIcon
GodotMethod!(Texture) getPluginIcon;
Undocumented in source.
getPluginName
GodotMethod!(String) getPluginName;
Undocumented in source.
getScriptCreateDialog
GodotMethod!(ScriptCreateDialog) getScriptCreateDialog;
Undocumented in source.
getState
GodotMethod!(Dictionary) getState;
Undocumented in source.
getUndoRedo
GodotMethod!(UndoRedo) getUndoRedo;
Undocumented in source.
getWindowLayout
GodotMethod!(void, ConfigFile) getWindowLayout;
Undocumented in source.
handles
GodotMethod!(bool, GodotObject) handles;
Undocumented in source.
hasMainScreen
GodotMethod!(bool) hasMainScreen;
Undocumented in source.
hideBottomPanel
GodotMethod!(void) hideBottomPanel;
Undocumented in source.
makeBottomPanelItemVisible
GodotMethod!(void, Control) makeBottomPanelItemVisible;
Undocumented in source.
makeVisible
GodotMethod!(void, bool) makeVisible;
Undocumented in source.
queueSaveLayout
GodotMethod!(void) queueSaveLayout;
Undocumented in source.
removeAutoloadSingleton
GodotMethod!(void, String) removeAutoloadSingleton;
Undocumented in source.
removeControlFromBottomPanel
GodotMethod!(void, Control) removeControlFromBottomPanel;
Undocumented in source.
removeControlFromContainer
GodotMethod!(void, long, Control) removeControlFromContainer;
Undocumented in source.
removeControlFromDocks
GodotMethod!(void, Control) removeControlFromDocks;
Undocumented in source.
removeCustomType
GodotMethod!(void, String) removeCustomType;
Undocumented in source.
removeExportPlugin
GodotMethod!(void, EditorExportPlugin) removeExportPlugin;
Undocumented in source.
removeImportPlugin
GodotMethod!(void, EditorImportPlugin) removeImportPlugin;
Undocumented in source.
removeInspectorPlugin
GodotMethod!(void, EditorInspectorPlugin) removeInspectorPlugin;
Undocumented in source.
removeSceneImportPlugin
GodotMethod!(void, EditorSceneImporter) removeSceneImportPlugin;
Undocumented in source.
removeSpatialGizmoPlugin
GodotMethod!(void, EditorSpatialGizmoPlugin) removeSpatialGizmoPlugin;
Undocumented in source.
removeToolMenuItem
GodotMethod!(void, String) removeToolMenuItem;
Undocumented in source.
saveExternalData
GodotMethod!(void) saveExternalData;
Undocumented in source.
setForceDrawOverForwardingEnabled
GodotMethod!(void) setForceDrawOverForwardingEnabled;
Undocumented in source.
setInputEventForwardingAlwaysEnabled
GodotMethod!(void) setInputEventForwardingAlwaysEnabled;
Undocumented in source.
setState
GodotMethod!(void, Dictionary) setState;
Undocumented in source.
setWindowLayout
GodotMethod!(void, ConfigFile) setWindowLayout;
Undocumented in source.
updateOverlays
GodotMethod!(long) updateOverlays;
Undocumented in source.

Meta