AStar_EstimateCost Method |
Called when estimating the cost between a point and the path's ending point.
Note that this function is hidden in the default AStar class.
Namespace: Godot
public virtual float _EstimateCost( int fromId, int toId )
[Missing <param name="fromId"/> documentation for "M:Godot.AStar._EstimateCost(System.Int32,System.Int32)"]
[Missing <param name="toId"/> documentation for "M:Godot.AStar._EstimateCost(System.Int32,System.Int32)"]
[Missing <returns> documentation for "M:Godot.AStar._EstimateCost(System.Int32,System.Int32)"]