_estimateCost(fromId:toId:)

    Called when estimating the cost between a point and the path’s ending point.

    AStarGrid2D.swift:187
    func _estimateCost(fromId: Vector2i, toId: Vector2i) -> Double

    Note that this function is hidden in the default AStarGrid2D class.

    Other members in extension

    Types

    Type members

    Instance members

    Show implementation details (1)

    Hide implementation details