Init(args)
Scripting Reference
Loading...
Searching...
No Matches
Sisus.Init.ICoroutineRunner Interface Reference

Description

Represents an object that can start and stop coroutines running.

Inheritance diagram for Sisus.Init.ICoroutineRunner:
Sisus.Init.IWrapper Sisus.Init.IWrapper< TWrapped > Sisus.Init.Wrapper Sisus.Init.ScriptableWrapper< TWrapped > Sisus.Init.Wrapper< TWrapped > Sisus.Init.Wrapper< TWrapped >

Public Member Functions

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