Click or drag to resize

ArcCost Property

Gets the cost of moving through the arc. Can be overriden when not simply equals to Weight*Length.

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public virtual double Cost { get; }

Property Value

Type: Double
See Also