Loading...
Searching...
No Matches
CityBuilderCore.CoroutineToken Class Reference

Detailed Description

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