A YieldInstruction that can be yielded from a coroutine in order to wait until a given task completes.
More...
|
| WaitForTask (IAsyncResult task) |
| Initializes a new instance.
|
|
A YieldInstruction that can be yielded from a coroutine in order to wait until a given task completes.
Definition at line 10 of file WaitForTask.cs.
◆ WaitForTask()
CesiumForUnity.WaitForTask.WaitForTask |
( |
IAsyncResult | task | ) |
|
|
inline |
Initializes a new instance.
- Parameters
-
task | The task to wait for. |
Definition at line 18 of file WaitForTask.cs.
◆ keepWaiting
override bool CesiumForUnity.WaitForTask.keepWaiting |
|
get |
The documentation for this class was generated from the following file: