Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 695 Bytes

File metadata and controls

21 lines (16 loc) · 695 Bytes

SlotEdge Class

A SlotEdge is the connection between two slots. In a simple 2D 1X2 grid case, there are two slots, and one slot edge connecting them.
The term "edge" comes from Graph Theory. These edges are directional.

public class SlotEdge

Inheritance System.Object 🡒 SlotEdge

Fields


Source

The origin slot of the edge.


Target

The destination slot of the edge.