Function NavmeshBase.GetTouchingTiles

GetTouchingTiles (Bounds bounds, float margin=0)

Returns a rect containing the indices of all tiles touching the specified bounds.

Public
IntRect GetTouchingTiles (

Bounds

bounds

float

margin=0

)

Returns a rect containing the indices of all tiles touching the specified bounds.

If a margin is passed, the bounding box in graph space is expanded by that amount in every direction.