mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-16 14:09:00 +07:00
move grid logic from screen solver to IsoGrid.cs
This commit is contained in:
@@ -437,6 +437,11 @@ namespace IsoTools {
|
||||
}
|
||||
}
|
||||
|
||||
void OnDrawGizmos() {
|
||||
_screenSolver.OnDrawGizmos(this);
|
||||
_sortingSolver.OnDrawGizmos();
|
||||
}
|
||||
|
||||
/* QuadTree WIP
|
||||
void OnDrawGizmos() {
|
||||
var qt = new IsoQuadTree<IsoObject>(_objects.Count);
|
||||
|
||||
Reference in New Issue
Block a user