150人加入学习
(16人评价)
Unity中级案例 - 单机斗地主

制作完成于 2018-07-18 基于Unity2017.2

价格 ¥ 312.00

任务22 

CardUI 脚本 SetPosition 函数

if (card.BelongTo==CharacterType.Desk||card.BelongTo==CharacterType.Player)
        {
            transform.localPosition = Vector3.right * index* 20;
            //防止还原
            if (isSelected)
            {
                transform.localPosition += Vector3.up * 10;
            }
            if (card.BelongTo==CharacterType.ComputerLeft||card.BelongTo==CharacterType.ComputerRight)
            {
                transform.localPosition = -Vector3.up * 8 * index + Vector3.left * 8 * index;
            }
        }
第二个 if 
[展开全文]

授课教师

SIKI学院老师

课程特色

下载资料(2)
视频(105)