private void Update() { if (OnUpdateBefore != null) { OnUpdateBefore(); } CheckBaseProps(); OnlineMapsTileManager.StartDownloading(); if (OnUpdateLate != null) { OnUpdateLate(); } }
private void Update() { OnlineMapsThreadManager.ExecuteMainThreadActions(); if (OnUpdateBefore != null) { OnUpdateBefore(); } CheckBaseProps(); tileManager.StartDownloading(); if (OnUpdateLate != null) { OnUpdateLate(); } }