示例#1
0
 private void OnDestroy()
 {
     SceneController.UnregisterTransitioner(this);
 }
示例#2
0
 private void Awake()
 {
     SceneController.RegisterTransitioner(this);
 }