
UI
lexjay
宅男
展开
-
时间计时,分数滚动实现。
时间和图片结合代码。显示结果为分和秒。 public int minite;//分 public int second;//秒 public float AllTime;//总时间 int ChangeTime;//改变时间 public Sprite[] Timer;//存放数字图片数组 public GameObject[] Ti;//存放Ui原创 2017-08-07 13:35:45 · 540 阅读 · 0 评论 -
Unity注册表实现排行榜
unity通过电脑注册表实现分数存储排行榜。 1.得到注册表中的分数 int firstSocre=0; int scendScore=0; int thirdScore=0; firstSocre = PlayerPrefs.GetInt("firstSocre"); scendScore = PlayerPrefs.原创 2017-08-07 13:58:04 · 926 阅读 · 0 评论