Class Edge
[Serializable]
public class Edge : IEdge, IHasID
- Inheritance
-
Edge
- Implements
- Inherited Members
Constructors
- Edge()
Creates an edge with a new identifier and no connected slots.
- Edge(SlotRef, SlotRef)
Creates an edge that connects one output slot to one input slot.
Properties
- id
Stable identifier of this edge inside the serialized graph.
- inputSlot
Reference to the downstream input slot that consumes data from this connection.
- outputSlot
Reference to the upstream output slot that produces data for this connection.