Init(args)
Scripting Reference
List of all members | Public Member Functions
Sisus.Init.ICoroutineRunner Interface Reference

Description

Represents an object that can start and stop coroutines running.

Inheritance diagram for Sisus.Init.ICoroutineRunner:
Sisus.Init.EditorCoroutineRunner Sisus.Init.Updater Sisus.Init.Wrapper< TWrapped >

Public Member Functions

Coroutine StartCoroutine (IEnumerator coroutine)
 Starts the provided coroutine . More...
 
void StopCoroutine (IEnumerator coroutine)
 Stops the provided coroutine . More...
 
void StopCoroutine (Coroutine coroutine)
 Stops the provided coroutine . More...
 
void StopAllCoroutines ()
 Stops all coroutine coroutines that are currently running on this object, if any. More...