Open Class Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
godotClassName
GraphElement.swift:23override class var godotClassName: StringName { get }
Overrides
Other members in extension
View members
Hide members
This section is hidden by default because it contains too many (14) members.
Types
class Signal1
Signal support.
class Signal2
Signal support.
Instance members
var deleteRequest: SimpleSignal
Emitted when removing the GraphElement is requested.
var draggable: Bool
If
true
, the user can drag the GraphElement.var dragged: Signal2
Emitted when the GraphElement is dragged.
var nodeDeselected: SimpleSignal
Emitted when the GraphElement is deselected.
var nodeSelected: SimpleSignal
Emitted when the GraphElement is selected.
var positionOffset: Vector2
The offset of the GraphElement, relative to the scroll offset of the
GraphEdit
.var positionOffsetChanged: SimpleSignal
Emitted when the GraphElement is moved.
var raiseRequest: SimpleSignal
Emitted when displaying the GraphElement over other ones is requested. Happens on focusing (clicking into) the GraphElement.
var resizable: Bool
If
true
, the user can resize the GraphElement.var resizeRequest: Signal1
Emitted when resizing the GraphElement is requested. Happens on dragging the resizer handle (see
resizable
).var selectable: Bool
If
true
, the user can select the GraphElement.var selected: Bool
If
true
, the GraphElement is selected.