Awaiter for NetworkSceneAsyncOp.
More...
|
| | Awaiter (in NetworkSceneAsyncOp op) |
| | Creates a new Awaiter instance.
|
|
void | GetResult () |
| | Gets the result of the operation.
|
| void | OnCompleted (Action continuation) |
| | Adds a callback to be called when the operation is completed.
|
|
|
readonly bool | IsCompleted [get] |
| | Signals if the operation is completed.
|
Awaiter for NetworkSceneAsyncOp.
◆ Awaiter()
| Awaiter |
( |
in NetworkSceneAsyncOp | op | ) |
|
Creates a new Awaiter instance.
- Parameters
-
◆ OnCompleted()
| void OnCompleted |
( |
Action | continuation | ) |
|
Adds a callback to be called when the operation is completed.
- Parameters
-
| continuation | The callback to be called |