예제 #1
0
 void PopUpHide()
 {
     //取消遮罩
     UIMaskMgr.GetInstance().CancelMaskWindow();
 }
예제 #2
0
 void PopUpReDisplay()
 {
     //设置弹窗遮罩
     UIMaskMgr.GetInstance().SetMaskWindow(this.gameObject, CurrentUIType.UIFormLucencyType);
 }