Awaiter for NetworkSpawnOp More...
Inherits INotifyCompletion.
Public Member Functions | |
Awaiter (in NetworkSpawnOp op) | |
Awaiter Constructor More... | |
NetworkObject | GetResult () |
Get the result of the Spawn Operation More... | |
void | OnCompleted (Action continuation) |
Awaiter OnCompleted Callback More... | |
Public Attributes | |
NetworkSpawnOp | _op |
Properties | |
bool | IsCompleted [get] |
Returns true if the Spawn Operation is completed More... | |
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 |
|
get |
Returns true if the Spawn Operation is completed