GraphElement

Inherits: Container < Control < CanvasItem < Node < Object

Inherited By: GraphFrame, GraphNode

There is currently no description for this class. Please help us by contributing one!

Properties

bool

draggable

true

Vector2

position_offset

Vector2(0, 0)

bool

resizable

false

bool

selectable

true

bool

selected

false

Theme Properties

Texture2D

resizer


Signals

delete_request ( )

There is currently no description for this signal. Please help us by contributing one!


dragged ( Vector2 from, Vector2 to )

There is currently no description for this signal. Please help us by contributing one!


node_deselected ( )

There is currently no description for this signal. Please help us by contributing one!


node_selected ( )

There is currently no description for this signal. Please help us by contributing one!


position_offset_changed ( )

There is currently no description for this signal. Please help us by contributing one!


raise_request ( )

There is currently no description for this signal. Please help us by contributing one!


resize_end ( Vector2 new_size )

There is currently no description for this signal. Please help us by contributing one!


resize_request ( Vector2 new_size )

There is currently no description for this signal. Please help us by contributing one!


Property Descriptions

bool draggable = true

  • void set_draggable ( bool value )

  • bool is_draggable ( )

There is currently no description for this property. Please help us by contributing one!


Vector2 position_offset = Vector2(0, 0)

  • void set_position_offset ( Vector2 value )

  • Vector2 get_position_offset ( )

There is currently no description for this property. Please help us by contributing one!


bool resizable = false

  • void set_resizable ( bool value )

  • bool is_resizable ( )

There is currently no description for this property. Please help us by contributing one!


bool selectable = true

  • void set_selectable ( bool value )

  • bool is_selectable ( )

There is currently no description for this property. Please help us by contributing one!


bool selected = false

  • void set_selected ( bool value )

  • bool is_selected ( )

There is currently no description for this property. Please help us by contributing one!


Theme Property Descriptions

Texture2D resizer

There is currently no description for this theme property. Please help us by contributing one!