Gets/Sets the functional state of the arc.
'true' means that the arc is in its normal state.
'false' means that the arc will not be taken into account (as if it did not exist or if its cost were infinite).
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic bool Passable { get; set; }
Property Value
Type:
Boolean
See Also