Table of Contents

Method StopCoroutine

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

StopCoroutine(CoroutineHandle)

Stops a coroutine previously started through StartCoroutine(IEnumerator).

public static void StopCoroutine(CoroutineHandle coroutine)

Parameters

coroutine CoroutineHandle

The handle returned when the coroutine was started.