Cesium for Unity 1.15.2
Loading...
Searching...
No Matches
CesiumForUnity.WaitForTask Class Reference

A YieldInstruction that can be yielded from a coroutine in order to wait until a given task completes. More...

Inheritance diagram for CesiumForUnity.WaitForTask:

Public Member Functions

 WaitForTask (IAsyncResult task)
 Initializes a new instance.
 

Properties

override bool keepWaiting [get]
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ WaitForTask()

CesiumForUnity.WaitForTask.WaitForTask ( IAsyncResult task)
inline

Initializes a new instance.

Parameters
taskThe task to wait for.

Definition at line 18 of file WaitForTask.cs.

Property Documentation

◆ keepWaiting

override bool CesiumForUnity.WaitForTask.keepWaiting
get

Definition at line 23 of file WaitForTask.cs.


The documentation for this class was generated from the following file: