Arc constructor.
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public Arc(
Node Start,
Node End
)
Parameters
- Start
- Type: PathfindingNode
The node from which the arc starts. - End
- Type: PathfindingNode
The node to which the arc ends.
Exceptions Exception | Condition |
---|
ArgumentNullException | Extremity nodes cannot be null. |
ArgumentException | StartNode and EndNode must be different. |
See Also