Instance Methodmigueldeicaza.swiftgodot 0.45.0SwiftGodot
removeResourceTooltipPlugin(_:)
Removes an EditorResourceTooltipPlugin
. Fails if the plugin wasn’t previously added.
final func removeResourceTooltipPlugin(_ plugin: EditorResourceTooltipPlugin?)
Other members in extension
Types
class Signal1
Signal support.
class Signal2
Signal support.
class Signal3
Signal support.
class Signal4
Signal support.
class Signal5
Signal support.
class Signal6
Signal support.
class Signal7
Signal support.
Type members
Instance members
var displayModeChanged: SimpleSignal
Emitted when the user switches file display mode or split mode.
var fileRemoved: Signal4
Emitted when the given
file
was removed.var filesMoved: Signal6
Emitted when a file is moved from
oldFile
path tonewFile
path.var folderMoved: Signal7
Emitted when a folder is moved from
oldFolder
path tonewFolder
path.var folderRemoved: Signal5
Emitted when the given
folder
was removed.var inherit: Signal1
Emitted when a new scene is created that inherits the scene at
file
path.var instantiate: Signal2
Emitted when the given scenes are being instantiated in the editor.
var resourceRemoved: Signal3
Emitted when an external
resource
had its file removed.func addResourceTooltipPlugin(EditorResourceTooltipPlugin?
) Registers a new
EditorResourceTooltipPlugin
.