Use this class when you want to yield until the job is done
More...
Use this class when you want to yield until the job is done
var job = Loader.LoadAvatar("123-456");
WaitForJob(Job job)
Creates a new job that can be tested for via the pollable call keepWaiting
Definition: Job.cs:2591
◆ WaitForJob()
Astra.WaitForJob.WaitForJob |
( |
Job |
job | ) |
|
|
inline |
Creates a new job that can be tested for via the pollable call keepWaiting
- Parameters
-
◆ keepWaiting
override bool Astra.WaitForJob.keepWaiting |
|
get |
Yields true if the job is not yet done
True if the job is unfinished, false once completed
The documentation for this class was generated from the following file:
- Assets/Astra/JobSystem/Job.cs