5393人加入学习
(4人评价)
Unity2D 棋牌游戏案例-狼人杀面杀APP(基于FairyGUI)

制作完成于2018年3月19日,基于Unity2017.2

价格 ¥ 291.00
该课程属于 Unity - A计划(永久有效期) 请加入后再学习

BasePanel脚本 进入 退出 跳转功能

1.创建EnterPanel(){

Transition t=panelMask.GetTransition(“MaskShow”);

t.play();}

2.创建protected void ToOtherPanel(UIPanelType otherType){

ExitPanel(()=>{ChangePanelCallback(otherType)});}

3.创建Protected void ExitPanel(PlayCompleteCallback playCompleteCallback){

Transition t=panelMask.GetTransition(“MaskHide”);

t.play(playCompleteCallback);

}

4.protected void ChangePanelCallback(UIPanelType otherType){

uiManager.UIPanelDict[currentUIPanelType].Hide();

uiManager.UIPanelDict[otherType].Show();

uiManager.UIPanelDict[otherType].EnterPanel();

}

[展开全文]

授课教师

SiKi学院老师

课程特色

视频(97)
下载资料(1)

学员动态

Stormthra 加入学习
史家桐 加入学习
yuanpeng 加入学习
Leo2002 加入学习
123hai 加入学习