Type alias NavMeshDecodePolyIdResult

NavMeshDecodePolyIdResult: {
    tileIndex: number;
    tilePolygonIndex: number;
    tileSalt: number;
}

Type declaration

  • tileIndex: number

    The index of the tile. it in the C++ api.

  • tilePolygonIndex: number

    The index of the polygon within the tile. ip in the C++ api.

  • tileSalt: number

    The tile's salt value.