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

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

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

1.GamePanel脚本内变量赋值。

2.ShuffleTheCard(){

int count=0;

while(count<12){

int r=Random.range(1,13);

for(int i=0;i<randomList.Length;i++){

if(randomList[i]==r){

isTheSame=true;

break;

}

}

if(!isTheSame){

randomList[count]=r;

count++;}

isTheSame=false;

}

}

3.定义RotateCard()方法

[展开全文]

授课教师

SiKi学院老师

课程特色

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

学员动态

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