Exemple #1
0
 private void OnDisable()
 {
     modelBackgroundShowingCount--;
     BackgroundMainCameraHider.ReEnableShow();
 }
Exemple #2
0
 private void OnEnable()
 {
     modelBackgroundShowingCount++;
     BackgroundMainCameraHider.DisableShow();
 }