Classes | |
class | Photon.Realtime.EncryptionDataParameters |
struct | Photon.Realtime.PhotonPortDefinition |
Container for port definitions. More... | |
class | Photon.Realtime.LoadBalancingClient |
This class implements the Photon LoadBalancing workflow by using a LoadBalancingPeer. It keeps a state and will automatically execute transitions between the Master and Game Servers. More... | |
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... | |
class | Photon.Realtime.ConnectionCallbacksContainer |
Container type for callbacks defined by IConnectionCallbacks. See LoadBalancingCallbackTargets. More... | |
class | Photon.Realtime.MatchMakingCallbacksContainer |
Container type for callbacks defined by IMatchmakingCallbacks. See MatchMakingCallbackTargets. More... | |
class | Photon.Realtime.InRoomCallbacksContainer |
Container type for callbacks defined by IInRoomCallbacks. See InRoomCallbackTargets. | |
class | Photon.Realtime.LobbyCallbacksContainer |
Container type for callbacks defined by ILobbyCallbacks. See LobbyCallbackTargets. | |
class | Photon.Realtime.WebRpcCallbacksContainer |
Container type for callbacks defined by IWebRpcCallback. See WebRpcCallbackTargets. | |
class | Photon.Realtime.ErrorInfoCallbacksContainer |
Container type for callbacks defined by IErrorInfoCallback. See LoadBalancingClient.ErrorInfoCallbackTargets. | |
class | Photon.Realtime.ErrorInfo |
Class wrapping the received EventCode.ErrorInfo event. More... | |
Namespaces | |
namespace | Photon |
namespace | Photon.Realtime |