![]() |
CG Framework 0.1
Chloroplast Games Framework
|
This is the complete list of members for CGF.Systems.Job, including all inherited members.
_childJobStack | CGF.Systems.Job | private |
_coroutine | CGF.Systems.Job | private |
_jobWasKilled | CGF.Systems.Job | private |
_paused | CGF.Systems.Job | private |
_running | CGF.Systems.Job | private |
AddChildJob(Job childJob) | CGF.Systems.Job | |
CreateAndAddChildJob(IEnumerator coroutine) | CGF.Systems.Job | |
DoWork() | CGF.Systems.Job | private |
Job(IEnumerator coroutine) | CGF.Systems.Job | |
Job(IEnumerator coroutine, bool shouldStart) | CGF.Systems.Job | |
jobComplete | CGF.Systems.Job | |
Kill() | CGF.Systems.Job | |
Make(IEnumerator coroutine) | CGF.Systems.Job | static |
Make(IEnumerator coroutine, bool shouldStart) | CGF.Systems.Job | static |
Pause() | CGF.Systems.Job | |
paused | CGF.Systems.Job | |
Play() | CGF.Systems.Job | |
RemoveChildJob(Job childJob) | CGF.Systems.Job | |
Restart() | CGF.Systems.Job | |
RunChildJobs() | CGF.Systems.Job | private |
running | CGF.Systems.Job | |
Start() | CGF.Systems.Job | |
StartAsCoroutine() | CGF.Systems.Job |