Photon Fusion 2.0.3

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 More...
 

Public Attributes

readonly NetworkRunner Runner
 Network Runner Reference More...
 

Properties

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

Detailed Description

Spawn Operation

Member Function Documentation

◆ GetAwaiter()

Awaiter GetAwaiter ( )

Get this Spawn Operation Awaiter

Member Data Documentation

◆ Runner

readonly NetworkRunner Runner

Network Runner Reference

Property Documentation

◆ IsFailed

bool IsFailed
get

Returns true if the object has failed to spawn.

◆ IsQueued

bool IsQueued
get

Returns true if the object is still queued for spawning.

◆ IsSpawned

bool IsSpawned
get

Returns true if the object has been spawned.

◆ Object

NetworkObject Object
get

Get the spawned Network Object

◆ Status

NetworkSpawnStatus Status
get

Get the Spawn Operation Status