class in UnityEngine
/
Inherits from:YieldInstruction
/
Implemented in:UnityEngine.CoreModule
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.
A coroutine is a function that can suspend its execution (yield) until the given YieldInstruction finishes.
using UnityEngine; using System.Collections;
public class ExampleClass : MonoBehaviour { IEnumerator WaitAndPrint() { // suspend execution for 5 seconds yield return new WaitForSeconds(5); print("WaitAndPrint " + Time.time); }
IEnumerator Start() { print("Starting " + Time.time);
// Start function WaitAndPrint as a coroutine yield return StartCoroutine("WaitAndPrint"); print("Done " + Time.time); } }
This example shows a normal Start:
using UnityEngine; using System.Collections;
// In this example we show how to invoke a coroutine and execute // the function in parallel. Start does not need IEnumerator.
public class ExampleClass : MonoBehaviour { private IEnumerator coroutine;
void Start() { // - After 0 seconds, prints "Starting 0.0 seconds" // - After 0 seconds, prints "Coroutine started" // - After 2 seconds, prints "Coroutine ended: 2.0 seconds" print("Starting " + Time.time + " seconds");
// Start function WaitAndPrint as a coroutine.
coroutine = WaitAndPrint(2.0f); StartCoroutine(coroutine);
print("Coroutine started"); }
private IEnumerator WaitAndPrint(float waitTime) { yield return new WaitForSeconds(waitTime); print("Coroutine ended: " + Time.time + " seconds"); } }
眼圈黑是什么原因 | 来大姨妈吃什么 | cab是什么意思 | 眼睛经常充血是什么原因引起的 | 为什么胸一碰就疼 |
同房后小腹痛什么原因 | 什么是易经 | 孕前检查挂什么科 | 依托考昔片是什么药 | 老是打嗝什么原因 |
谷雨是什么时候 | 周杰伦什么病 | 代谢慢是什么原因引起的 | 人参和什么泡酒能壮阳 | 舒张压低是什么原因 |
什么药化痰效果最好 | 鉴黄师是什么职业 | 身份证x代表什么 | 手足口病是什么 | 警察和公安有什么区别 |
李叔同为什么出家hcv8jop7ns1r.cn | 4月出生是什么星座hcv9jop2ns8r.cn | 千岛酱是什么味道hcv8jop4ns8r.cn | 客服是什么意思fenrenren.com | 吃什么容易怀孕hcv7jop6ns1r.cn |
一度房室传导阻滞是什么意思hcv8jop2ns3r.cn | aspirin是什么意思beikeqingting.com | 196是什么意思hcv9jop0ns4r.cn | 婳是什么意思hcv9jop1ns2r.cn | 因果是什么意思hcv8jop3ns6r.cn |
大手牵小手是什么菜hcv8jop9ns9r.cn | 余事勿取是什么意思hcv7jop9ns5r.cn | 口腔医学专业学什么xjhesheng.com | 梦见楼塌了是什么意思hcv9jop0ns3r.cn | 倒着走路有什么好处hcv9jop6ns2r.cn |
反哺是什么意思weuuu.com | 尿常规白细胞高是什么原因hcv8jop3ns3r.cn | 柔五行属什么wzqsfys.com | 脂肪瘤去医院挂什么科hcv8jop5ns0r.cn | 什么水果清热去火hcv9jop1ns9r.cn |