Click or drag to resize

Arc Constructor

Arc constructor.

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
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
ExceptionCondition
ArgumentNullExceptionExtremity nodes cannot be null.
ArgumentExceptionStartNode and EndNode must be different.
See Also