Photon Fusion
2.0.9
Awaiter for NetworkSceneAsyncOp More...
Inherits INotifyCompletion.
Public Member Functions | |
| Awaiter (in NetworkSceneAsyncOp op) | |
| Creates a new Awaiter instance More... | |
| void | GetResult () |
| Gets the result of the operation More... | |
| void | OnCompleted (Action continuation) |
| Adds a callback to be called when the operation is completed More... | |
Properties | |
| bool | IsCompleted [get] |
| Signals if the operation is completed More... | |
| Awaiter | ( | in NetworkSceneAsyncOp | op | ) |
Creates a new Awaiter instance
| op | The operation to await |
| void GetResult | ( | ) |
Gets the result of the operation
| void OnCompleted | ( | Action | continuation | ) |
Adds a callback to be called when the operation is completed
| continuation | The callback to be called |
|
get |
Signals if the operation is completed