class Connection : GraphicsLine

book_4_sparkGenerated
code_blocksInput

Description

The Connection class in the Editor.NodeEditor namespace represents a connection between nodes in a node editor. It inherits from Editor.GraphicsLine and provides properties and methods to manage the visual and logical aspects of node connections.

Members

Static Members

Member NameSummary
SelectedColorThe color used to highlight a selected connection.

Instance Members

Member NameSummary
LayoutArranges the connection layout between nodes.
DisconnectDisconnects the current connection from its nodes.
OutputGets or sets the output plug of the connection.
InputGets or sets the input plug of the connection.
WidthScaleGets or sets the scale of the connection's width.
ColorTintGets or sets the color tint of the connection.
ConfigGets or sets the configuration for the connection handle.
ConnectionStyleGets or sets the style of the connection.
OutputPositionGets the position of the output plug.
InputPositionGets the position of the input plug.
BoundingRectGets the bounding rectangle of the connection.
StyleDataPer-ConnectionStyle data.