Versions with this page:
Versions without this page:
class in UnityEngine
/
继承自:YieldInstruction
异步操作协同程序。
您可以 yield 直到异步操作继续,或手动检查它已完成 (isDone) 还是正在进行 (progress)。See Also: SceneManager.LoadSceneAsync, AssetBundle.LoadAsync.