CG Framework 0.1
Chloroplast Games Framework
CGF.Systems.Job Member List

This is the complete list of members for CGF.Systems.Job, including all inherited members.

_childJobStackCGF.Systems.Jobprivate
_coroutineCGF.Systems.Jobprivate
_jobWasKilledCGF.Systems.Jobprivate
_pausedCGF.Systems.Jobprivate
_runningCGF.Systems.Jobprivate
AddChildJob(Job childJob)CGF.Systems.Job
CreateAndAddChildJob(IEnumerator coroutine)CGF.Systems.Job
DoWork()CGF.Systems.Jobprivate
Job(IEnumerator coroutine)CGF.Systems.Job
Job(IEnumerator coroutine, bool shouldStart)CGF.Systems.Job
jobCompleteCGF.Systems.Job
Kill()CGF.Systems.Job
Make(IEnumerator coroutine)CGF.Systems.Jobstatic
Make(IEnumerator coroutine, bool shouldStart)CGF.Systems.Jobstatic
Pause()CGF.Systems.Job
pausedCGF.Systems.Job
Play()CGF.Systems.Job
RemoveChildJob(Job childJob)CGF.Systems.Job
Restart()CGF.Systems.Job
RunChildJobs()CGF.Systems.Jobprivate
runningCGF.Systems.Job
Start()CGF.Systems.Job
StartAsCoroutine()CGF.Systems.Job