Function TileLayout.GetTouchingTiles

GetTouchingTiles (Bounds bounds, float margin=0)

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

Public
GetTouchingTiles (ref float4x4 worldToGraphTransform, float2 tileSize, Bounds bounds, float margin=0)

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

Public Static