定义协程:IEnumerator 方法名()
{
yield return 0/null ;
yield return new WaitForSeconds(1.0f); //协程-等待一定时间在运行下面的代码
}
开启协程:StartCoroutines(方法名());
说明:协程开启会继续执行下面代码,不会等协程方法运行完再执行接下来的方法
StopAllCoroutines() 停止所有的协...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《unity常用词汇》 | 211字 | 20.0分钟 | 100% | 52 CPM | 15 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 只有胜利者,才能用战争去换取和平。 ——萨卢斯特 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |