Coroutine 协同程序

Inherits from YieldInstruction

MonoBehaviour.StartCoroutine returns a Coroutine. Instances of this class are only used to reference these coroutines and do not hold any exposed properties or functions.

MonoBehaviour.StartCoroutine返回一个Coroutine。这个类的实例仅用于引用这些协同程序,并不持有任意暴露的变量或函数。

A coroutine is a function that can suspend its execution (yield) until the given given YieldInstruction finishes.

一个coroutine是一个函数,它能暂停执行(yield),直到给定的YieldInstruction完成。

最后修改:2010年12月21日 Tuesday 18:19

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。