Coroutine Inherits from YieldInstructionMonoBehaviour.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 given YieldInstruction finishes.
JavaScript
// - prints "Starting 0.0" using UnityEngine; import UnityEngine |
