Open Class Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
godotClassName
EditorInspector.swift:36override class var godotClassName: StringName { get }
Overrides
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.
Instance members
var editedObjectChanged: SimpleSignal
Emitted when the object being edited by the inspector has changed.
var objectIdSelected: Signal5
Emitted when the Edit button of an
Object
has been pressed in the inspector. This is mainly used in the remote scene tree Inspector.var propertyDeleted: Signal3
Emitted when a property is removed from the inspector.
var propertyEdited: Signal6
Emitted when a property is edited in the inspector.
var propertyKeyed: Signal2
Emitted when a property is keyed in the inspector. Properties can be keyed by clicking the “key” icon next to a property when the Animation panel is toggled.
var propertySelected: Signal1
Emitted when a property is selected in the inspector.
var propertyToggled: Signal7
Emitted when a boolean property is toggled in the inspector.
var resourceSelected: Signal4
Emitted when a resource is selected in the inspector.
var restartRequested: SimpleSignal
Emitted when a property that requires a restart to be applied is edited in the inspector. This is only used in the Project Settings and Editor Settings.
func getEditedObject(
) -> Object? Returns the object currently selected in this inspector.
func getSelectedPath(
) -> String Gets the path of the currently selected property.