Photon Fusion
2.1.1
Awaiter for NetworkSpawnOp. More...
Public Member Functions | |
| Awaiter (in NetworkSpawnOp op) | |
| Awaiter Constructor. | |
| NetworkObject | GetResult () |
| Get the result of the Spawn Operation. | |
| void | OnCompleted (Action continuation) |
| Awaiter OnCompleted Callback. | |
Properties | |
| readonly bool | IsCompleted [get] |
| Returns true if the Spawn Operation is completed. | |
Awaiter for NetworkSpawnOp.
| Awaiter | ( | in NetworkSpawnOp | op | ) |
Awaiter Constructor.
| op | Spawn Operation |
| NetworkObject GetResult | ( | ) |
Get the result of the Spawn Operation.
| NetworkObjectSpawnException | Thrown if the Spawn Operation failed |
| void OnCompleted | ( | Action | continuation | ) |
Awaiter OnCompleted Callback.
| continuation | Continuation Action |
| NotSupportedException | Thrown if the Spawn Operation is not supported |