The PlugOut class in the Editor.NodeEditor
namespace represents an output plug in a node editor system. It extends the functionality of the Plug class, providing additional properties and methods specific to output connections.
The PlugOut class in the Editor.NodeEditor
namespace represents an output plug in a node editor system. It extends the functionality of the Plug class, providing additional properties and methods specific to output connections.
Member Name | Summary |
---|---|
Layout | Arranges the layout of the plug out within the node editor. |
ConnectionPosition | Gets the position of the connection point for this plug out. |
Connections | Gets the collection of connections associated with this plug out. |
Inner | Gets the inner plug out interface implementation. |
IsConnected | Indicates whether this plug out is currently connected to any other plug. |