Instance Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
resizable
If true
, the user can resize the GraphElement.
final var resizable: Bool { get set }
Other members in extension
Types
class Signal1
Signal support.
class Signal2
Signal support.
Type members
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 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.