You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My grid is a hexagonal grid, so the traversal is different from square grid. As illustrated below:
I want to disable R-L diagonal traversal but can't find via the API. I would have to call . setDirectionalCondition to every cell in the grid which would degrade performance of my app.
Can an option be added to enable/disable L-R and R-L diagonals directly from the options?
The text was updated successfully, but these errors were encountered:
My grid is a hexagonal grid, so the traversal is different from square grid. As illustrated below:
I want to disable R-L diagonal traversal but can't find via the API. I would have to call
. setDirectionalCondition
to every cell in the grid which would degrade performance of my app.Can an option be added to enable/disable L-R and R-L diagonals directly from the options?
The text was updated successfully, but these errors were encountered: