Module graph_edit
Expand description
Sidecar module for class GraphEdit
.
Defines related flag and enum types. In GDScript, those are nested under the class scope.
See also Godot docs for GraphEdit
enums.
Structs§
- ExConnect
Node - Default-param extender for
GraphEdit::connect_node_ex
. - ExGet
Closest Connection AtPoint - Default-param extender for
GraphEdit::get_closest_connection_at_point_ex
. - Grid
Pattern - Panning
Scheme - SigBegin
Node Move - SigConnection
Drag Ended - SigConnection
Drag Started - SigConnection
From Empty - SigConnection
Request - SigConnection
ToEmpty - SigCopy
Nodes Request - SigCut
Nodes Request - SigDelete
Nodes Request - SigDisconnection
Request - SigDuplicate
Nodes Request - SigEnd
Node Move - SigFrame
Rect Changed - SigGraph
Elements Linked ToFrame Request - SigNode
Deselected - SigNode
Selected - SigPaste
Nodes Request - SigPopup
Request - SigScroll
Offset Changed - Signals
InGraph Edit - A collection of signals for the
GraphEdit
class.