Table of Contents

Class CoroutineUtility

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

Starts and stops Vista coroutines through a single API that works in both the Unity editor and play mode.

public class CoroutineUtility
Inheritance
CoroutineUtility
Inherited Members

Methods

StartCoroutine(IEnumerator)

Starts a coroutine and returns a handle that can later be passed back to StopCoroutine(CoroutineHandle).

StopCoroutine(CoroutineHandle)

Stops a coroutine previously started through StartCoroutine(IEnumerator).