CPhoton.Hive.Plugin.CacheOp | set of properties to execute cache operation |
CPhoton.Hive.Plugin.CacheOperations | Related to RaiseEvent operation. Allows you to control room events events cache by setting the required option. Events are cached per event code and player: Event 100 (example!) can be stored once per player. Cached events can be modified, replaced and removed |
CPhoton.Hive.Plugin.EnqueueStatus | |
CPhoton.Hive.Plugin.EnvironmentVersion | Contains version of PhotonHivePlugin at build time and currently running |
CPhoton.Hive.Plugin.ErrorCodes | Internal plugin errors codes |
▼CEventArgs | |
CPhoton.Hive.Plugin.PropertyChangedEventArgs< TKey > | The property changed event args |
CPhoton.Hive.Plugin.ExcludedActorInfo | A serializable container of exluded (explicitly removed) actor info |
CPhoton.Hive.Plugin.FactoryParams | |
CPhoton.Hive.Plugin.GameParameters | |
CPhoton.Hive.Plugin.HttpRequest | HTTP request to be sent |
CPhoton.Hive.Plugin.HttpRequestQueueResult | Codes returned as a result of process of queued HTTP request |
CPhoton.Hive.Plugin.IActor | Base interface of actor class inside the room |
▼CPhoton.Hive.Plugin.ICallInfo | Common/base interface of all arguments passed to plugin callbacks |
CPhoton.Hive.Plugin.ITypedCallInfo< out out RequestType > | |
CPhoton.Hive.Plugin.IFactoryHost | |
▼CPhoton.Hive.Plugin.IGamePlugin | Base interface that should be implemented by any plugin class |
CPhoton.Hive.Plugin.ErrorPlugin | Special plugin that causes most callbacks to fail |
CPhoton.Hive.Plugin.PluginBase | Base plugin class that should be extended to make custom ones |
CPhoton.Hive.Plugin.IHttpResponse | Base interface of HTTP response |
▼CPhoton.Hive.Plugin.IOperationRequest | Base interface of all operation requests containing common parameters as sent by client |
CPhoton.Hive.Plugin.ICloseRequest | Base interface of close request as sent by server |
▼CPhoton.Hive.Plugin.IJoinGameRequest | Base interface of Op Join request containing the parameters as sent by client |
CPhoton.Hive.Plugin.IJoinRequest | |
CPhoton.Hive.Plugin.ILeaveGameRequest | Base interface of Op LeaveRoom request containing the parameters as sent by client |
CPhoton.Hive.Plugin.IRaiseEventRequest | Base interface of Op RaiseEvent request containing the parameters as sent by client |
CPhoton.Hive.Plugin.ISetPropertiesRequest | Base interface of Op SetProperties request containing the parameters as sent by client |
▼CPhoton.Hive.Plugin.IPluginFactory | Base interface of plugin factory pattern |
▼CPhoton.Hive.Plugin.IPluginFactory2 | |
CPhoton.Hive.Plugin.PluginFactoryBase | Base abstract class of plugin factory pattern |
CPhoton.Hive.Plugin.IPluginFiber | |
CPhoton.Hive.Plugin.IPluginHost | Base interface that should be implemented as a wrapper of the game that is hosting the plugin instance |
CPhoton.Hive.Plugin.IPluginLogger | Interface for a logger |
▼CPhoton.Hive.Plugin.ITypedCallInfo< ICloseRequest > | |
CPhoton.Hive.Plugin.IBeforeCloseGameCallInfo | Base interface of argument passed to BeforeCloseGame callback |
CPhoton.Hive.Plugin.ICloseGameCallInfo | Base interface of argument passed to OnCloseGame callback |
▼CPhoton.Hive.Plugin.ITypedCallInfo< IJoinGameRequest > | |
CPhoton.Hive.Plugin.IBeforeJoinGameCallInfo | Base interface of argument passed to BeforeJoin callback |
CPhoton.Hive.Plugin.ICreateGameCallInfo | Base interface of argument passed to OnCreateGame callback |
CPhoton.Hive.Plugin.IJoinGameCallInfo | Base interface of argument passed to OnJoinGame callback |
▼CPhoton.Hive.Plugin.ITypedCallInfo< ILeaveGameRequest > | |
CPhoton.Hive.Plugin.ILeaveGameCallInfo | Base interface of argument passed to OnLeave callback |
▼CPhoton.Hive.Plugin.ITypedCallInfo< IOperationRequest > | |
CPhoton.Hive.Plugin.IDisconnectCallInfo | Base interface of argument passed to OnDisconnect callback |
▼CPhoton.Hive.Plugin.ITypedCallInfo< IRaiseEventRequest > | |
CPhoton.Hive.Plugin.IRaiseEventCallInfo | Base interface of argument passed to OnRaiseEvent plugin callback |
▼CPhoton.Hive.Plugin.ITypedCallInfo< ISetPropertiesRequest > | |
CPhoton.Hive.Plugin.IBeforeSetPropertiesCallInfo | Base interface of argument passed to BeforeSetProperties plugin callback |
CPhoton.Hive.Plugin.ISetPropertiesCallInfo | Base interface of argument passed to OnSetProperties plugin callback |
CPhoton.Hive.Plugin.ISetPropertiesFailedCallInfo | Base interface of argument passed to OnSetPropertiesFailed callback |
CPhoton.Hive.Plugin.JoinModeConstants | Op JoinGame modes |
CPhoton.Hive.Plugin.LeaveReason | Code of the reasons why a peer may leave a room |
CPhoton.Hive.Plugin.ProcessJoinParams | Join options used in Photon.Hive.Plugin.IJoinGameCallInfo |
CPhoton.Hive.Plugin.Property< TKey > | The property |
CPhoton.Hive.Plugin.PropertyBag< TKey > | The property bag |
CPhoton.Hive.Plugin.PropertyValueComparer | |
CPhoton.Hive.Plugin.ReciverGroup | Related to RaiseEvent operation. Lets you choose which actors in the room should receive events |
CPhoton.Hive.Plugin.RemoveActorReason | Reasons why an actor was excluded from a room: removed from actors list and added to excluded list. RemoveActorReason |
CPhoton.Hive.Plugin.RoomOptionFlags | |
CPhoton.Hive.Plugin.SendParameters | The struct contains the parameters for Photon.SocketServer.PeerBase.SendOperationResponse(Photon.SocketServer.OperationResponse,Photon.SocketServer.SendParameters), Photon.SocketServer.PeerBase.SendEvent(Photon.SocketServer.IEventData,Photon.SocketServer.SendParameters) and Photon.SocketServer.ServerToServer.S2SPeerBase.SendOperationRequest(Photon.SocketServer.OperationRequest,Photon.SocketServer.SendParameters) and contains the info about incoming data at Photon.SocketServer.PeerBase.OnOperationRequest(Photon.SocketServer.OperationRequest,Photon.SocketServer.SendParameters), Photon.SocketServer.ServerToServer.S2SPeerBase.OnEvent(Photon.SocketServer.IEventData,Photon.SocketServer.SendParameters) and Photon.SocketServer.ServerToServer.S2SPeerBase.OnOperationResponse(Photon.SocketServer.OperationResponse,Photon.SocketServer.SendParameters) |
CPhoton.Hive.Plugin.SerializableActor | A serializable room actor entry |
CPhoton.Hive.Plugin.SerializableGameState | A serializable snapshot of the room's full state |
CPhoton.Hive.Plugin.WebFlags | Optional flags to be used in Photon client SDKs with Op RaiseEvent and Op SetProperties. Introduced mainly for webhooks 1.2 to control behavior of forwarded HTTP requests |