HKI Core
Public Member Functions | List of all members
HKI.Core.Misc.CoroutineController Class Reference

This MonoBehaviour enables systems that are not based on a MonoBehaviour to use coroutines. More...

Inheritance diagram for HKI.Core.Misc.CoroutineController:

Public Member Functions

void StartCoroutineByController (IEnumerator coroutineFunc)
 

Detailed Description

This MonoBehaviour enables systems that are not based on a MonoBehaviour to use coroutines.

Definition at line 9 of file CoroutineController.cs.

Member Function Documentation

◆ StartCoroutineByController()

void HKI.Core.Misc.CoroutineController.StartCoroutineByController ( IEnumerator  coroutineFunc)
inline

Definition at line 11 of file CoroutineController.cs.


The documentation for this class was generated from the following file: