1using System.Collections.Generic;
7 private List<BaseArea>
tempList =
new List<BaseArea>();
18 public Dictionary<int, BaseArea>
mapIDs =
new Dictionary<int, BaseArea>();
20 public List<Lot>
listLot =
new List<Lot>();
93 if (existingArea ==
null)
97 mapIDs.Add(existingArea.
uid, existingArea);
128 if (point.
area !=
null)
148 if (item2.
lot ==
null)
169 if (
item.type.id ==
id)
void AddPoint(Point point, bool onLoad=false)
static Area Create(string id)
Area TryAddArea(Point p, Area existingArea)
void AssignUID(BaseArea a)
Area AddArea(Area a, Point p)
Dictionary< int, BaseArea > mapIDs
HitResult GetHitResult(Point point, Point start)
List< BaseArea > tempList
BaseArea FindBaseArea(string id)