AStar2D_ComputeCost Method |
Called when computing the cost between two connected points.
Note that this function is hidden in the default AStar2D class.
Namespace: Godot
public virtual float _ComputeCost( int fromId, int toId )
[Missing <param name="fromId"/> documentation for "M:Godot.AStar2D._ComputeCost(System.Int32,System.Int32)"]
[Missing <param name="toId"/> documentation for "M:Godot.AStar2D._ComputeCost(System.Int32,System.Int32)"]
[Missing <returns> documentation for "M:Godot.AStar2D._ComputeCost(System.Int32,System.Int32)"]