GameBasePanel补充
AfterAction(UIPanelType nextPanel){
if(!isDayNightPanel){
controller.selectedIndex=3;
messageController.selectedIndex=3;}
else{
controller.selectedIndex=8;}
ToNextPanel(nextPanel);}
ToNextPanel(UIPanelType nextPanel){
if(!isDayNightPanel){
closeEye.visible=true;
if(firstTimeInThisPanel){
firstTimeInThisPanel=false;
closeEye.onPlayEnd.Add(()=>{ToOtherPanel(nextType);
closeEye.visibl=false;});}
closeEye.SetPlaySettings(1,9,1,9);
closeEye.Playing=true;}
else{
Transition ToNight=contentPane.GetTransition("ToNight");
ToNight.play(()=>{ToOtherPanel(nextType);});}}