Photon Fusion 2.1.1

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.