mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-15 09:16:08 +07:00
new sorting wip
This commit is contained in:
@@ -10,6 +10,9 @@ namespace IsoTools {
|
||||
public class IsoObject : MonoBehaviour {
|
||||
|
||||
public bool Visited = false;
|
||||
public bool Moved = false;
|
||||
public Vector3 MinSector = Vector3.zero;
|
||||
public Vector3 MaxSector = Vector3.zero;
|
||||
public HashSet<IsoObject> SelfDepends = new HashSet<IsoObject>();
|
||||
public HashSet<IsoObject> TheirDepends = new HashSet<IsoObject>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user