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