예제 #1
0
 private void OnSceneLoaded(Constants.SceneIndexes scene) => _onSceneLoadedActions[scene]?.Invoke();
예제 #2
0
 public void LoadLevel(Constants.SceneIndexes scene) =>
 this.TryStartCoroutineOnTicker(LoadSceneAsynchronously((int)scene));