Photon Fusion 1.1.11

Public Attributes | List of all members
NetworkEvents Class Reference

Companion component for NetworkRunner. Exposes INetworkRunnerCallbacks as UnityEvents, which can be wired up to other components in the inspector. More...

Inherits Behaviour, and INetworkRunnerCallbacks.

Public Attributes

RunnerEvent OnConnectedToServer
 
ConnectFailedEvent OnConnectFailed
 
ConnectRequestEvent OnConnectRequest
 
CustomAuthenticationResponse OnCustomAuthenticationResponse
 
RunnerEvent OnDisconnectedFromServer
 
HostMigrationEvent OnHostMigration
 
InputEvent OnInput
 
InputPlayerEvent OnInputMissing
 
ReliableDataEvent OnReliableData
 
RunnerEvent OnSceneLoadDone
 
RunnerEvent OnSceneLoadStart
 
SessionListUpdateEvent OnSessionListUpdate
 
ShutdownEvent OnShutdown
 
SimulationMessageEvent OnSimulationMessage
 
PlayerEvent PlayerJoined
 
PlayerEvent PlayerLeft
 

Additional Inherited Members

- Public Member Functions inherited from Behaviour
AddBehaviour< T > ()
 Wrapper for Unity's GameObject.AddComponent() More...
 
GetBehaviour< T > ()
 Wrapper for Unity's GameObject.GetComponentInChildren() More...
 
bool TryGetBehaviour< T > (out T behaviour)
 Wrapper for Unity's GameObject.TryGetComponent() More...
 
- Static Public Member Functions inherited from Behaviour
static void DestroyBehaviour (Behaviour behaviour)
 Wrapper for Unity's GameObject.Destroy() More...
 

Detailed Description

Companion component for NetworkRunner. Exposes INetworkRunnerCallbacks as UnityEvents, which can be wired up to other components in the inspector.