getIdPath(fromId:toId:)

    Returns an array with the IDs of the points that form the path found by AStar2D between the given points. The array is ordered from the starting point to the ending point of the path.

    AStarGrid2D.swift:1042
    final func getIdPath(fromId: Vector2i, toId: Vector2i) -> VariantCollection<Vector2i>

    Other members in extension

    Types

    Type members

    Instance members

    Show implementation details (2)

    Hide implementation details