Photon Fusion 2.0.0

Classes | Public Member Functions | Public Attributes | Properties | List of all members
NetworkSpawnOp Struct Reference

Spawn Operation. More...

Classes

struct  Awaiter
 Awaiter for NetworkSpawnOp More...
 

Public Member Functions

Awaiter GetAwaiter ()
 Get this Spawn Operation Awaiter
 

Public Attributes

readonly NetworkRunner Runner
 Network Runner Reference.
 

Properties

bool IsFailed [get]
 Returns true if the object has failed to spawn.
 
bool IsQueued [get]
 Returns true if the object is still queued for spawning.
 
bool IsSpawned [get]
 Returns true if the object has been spawned.
 
NetworkObject Object [get]
 Get the spawned Network Object.
 
NetworkSpawnStatus Status [get]
 Get the Spawn Operation Status.
 

Detailed Description

Spawn Operation.