A connection between two nodes.
Namespace: Esper.SkillWeb.Graph Inherits from: GraphElement Type: class
Esper.SkillWeb.Graph
GraphElement
class
public
outputNodeID
int
The output node ID.
inputNodeID
The input node ID.
outputPortIndex
The output port index.
inputPortIndex
The input port index.
styleIndex
The index of the connection prefab.
Connection(int, int, int, int, int)
-
Constructor.
Matches(int, int, int, int)
bool
If the data matches this node's conection data.
Matches(Connection)
If another connection matches this connection.
CreateCopy()
Connection
Creates a copy of this connection.
Last updated 6 months ago