|
|
|
@ -93,6 +93,7 @@ public class DeviceObjManager : MonoBehaviour
|
|
|
|
|
{ |
|
|
|
|
data.postion = obj.postion; |
|
|
|
|
data.type = obj.type; |
|
|
|
|
has = true; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
if (!has) |
|
|
|
@ -159,8 +160,8 @@ public class DeviceObjManager : MonoBehaviour
|
|
|
|
|
foreach (var item in NowPointList) |
|
|
|
|
{ |
|
|
|
|
GameObject go = Instantiate(Point, item.postion, Quaternion.identity, transform); |
|
|
|
|
go.GetComponent<DeviceObj>().CreateIcon(item.type, item.floorId); |
|
|
|
|
go.name = item.name; |
|
|
|
|
go.GetComponent<DeviceObj>().CreateIcon(item.type, item.floorId); |
|
|
|
|
SelectionManager.Instance.Sets.Add(go); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|