Callbacks
Callback Interfaces. More...
Classes | |
interface | Photon.Realtime.IConnectionCallbacks |
Collection of "organizational" callbacks for the Realtime Api to cover: Connection and Regions. More... | |
interface | Photon.Realtime.ILobbyCallbacks |
Collection of "organizational" callbacks for the Realtime Api to cover the Lobby. More... | |
interface | Photon.Realtime.IMatchmakingCallbacks |
Collection of "organizational" callbacks for the Realtime Api to cover Matchmaking. More... | |
interface | Photon.Realtime.IInRoomCallbacks |
Collection of "in room" callbacks for the Realtime Api to cover: Players entering or leaving, property updates and Master Client switching. More... | |
interface | Photon.Realtime.IOnEventCallback |
Event callback for the Realtime Api. Covers events from the server and those sent by clients via OpRaiseEvent. More... | |
interface | Photon.Realtime.IWebRpcCallback |
Interface for "WebRpc" callbacks for the Realtime Api. Currently includes only responses for Web RPCs. More... | |
interface | Photon.Realtime.IErrorInfoCallback |
Interface for EventCode.ErrorInfo event callback for the Realtime Api. More... | |
interface | Photon.Pun.IPunObservable |
Defines the OnPhotonSerializeView method to make it easy to implement correctly for observable scripts. More... | |
interface | Photon.Pun.IPunInstantiateMagicCallback |
class | Photon.Pun.MonoBehaviourPunCallbacks |
This class provides a .photonView and all callbacks/events that PUN can call. Override the events/methods you want to use. More... | |
Detailed Description
Callback Interfaces.