|
ClassicCityBuilderKit 1.9.4
|
wrapper around coroutines that allows monitoring its activity and stopping it easily
Public Member Functions | |
| void | Stop () |
Static Public Member Functions | |
| static CoroutineToken | Start (IEnumerator routine, MonoBehaviour owner) |
Properties | |
| bool | IsActive [get, set] |
| whether the coroutine is still running and has not been finished or stopped | |