Init(args)
Scripting Reference

◆ StartCoroutine()

Coroutine Sisus.Init.ICoroutineRunner.StartCoroutine ( IEnumerator  coroutine)

Starts the provided coroutine .

Parameters
coroutineThe coroutine to start.
Returns

A reference to the started coroutine .

This reference can be passed to StopCoroutine to stop the execution of the coroutine.

Implemented in Sisus.Init.Updater, and Sisus.Init.EditorCoroutineRunner.