Beispiel #1
0
 /// <summary>
 /// 初期化処理
 /// </summary>
 void Start()
 {
     _upDateData       = 0;
     _abstractMap      = _abstractMapObj.GetComponent <Mapbox.Unity.Map.AbstractMap>();
     _getNowLotAndLong = _getNowLotAndLongObj.GetComponent <GetNowLotAndLong>();
     _swipeMap         = _swipeMapObj.GetComponent <SwipeMap>();
 }