摘要:
Unity中的 yield return WaitForSeconds(1.0f); 大概等价于下面的这些语句: float timer = Time.time + 1.0f; while (Time.time < timer) { yield return null; 阅读全文
posted @ 2016-03-14 23:56
O和尚O
阅读(1656)
评论(0)
推荐(0)
摘要:
http://www.tuicool.com/articles/QJVJZjj 阅读全文
posted @ 2016-03-14 23:51
O和尚O
阅读(133)
评论(0)
推荐(0)
摘要:
https://www.youtube.com/watch?v=DAdW_K44Dao 阅读全文
posted @ 2016-03-14 22:09
O和尚O
阅读(168)
评论(0)
推荐(0)