▼NPhoton | |
▼NHive | |
▼NPlugin | |
CCacheOp | set of properties to execute cache operation |
CCacheOperations | 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 |
CEnqueueStatus | |
CEnvironmentVersion | Contains version of PhotonHivePlugin at build time and currently running |
CErrorCodes | Internal plugin errors codes |
CErrorPlugin | Special plugin that causes most callbacks to fail |
CExcludedActorInfo | A serializable container of exluded (explicitly removed) actor info |
CFactoryParams | |
CGameParameters | |
CHttpRequest | HTTP request to be sent |
CHttpRequestQueueResult | Codes returned as a result of process of queued HTTP request |
CIActor | Base interface of actor class inside the room |
CIBeforeCloseGameCallInfo | Base interface of argument passed to BeforeCloseGame callback |
CIBeforeJoinGameCallInfo | Base interface of argument passed to BeforeJoin callback |
CIBeforeSetPropertiesCallInfo | Base interface of argument passed to BeforeSetProperties plugin callback |
CICallInfo | Common/base interface of all arguments passed to plugin callbacks |
CICloseGameCallInfo | Base interface of argument passed to OnCloseGame callback |
CICloseRequest | Base interface of close request as sent by server |
CICreateGameCallInfo | Base interface of argument passed to OnCreateGame callback |
CIDisconnectCallInfo | Base interface of argument passed to OnDisconnect callback |
CIFactoryHost | |
CIGamePlugin | Base interface that should be implemented by any plugin class |
CIHttpResponse | Base interface of HTTP response |
CIJoinGameCallInfo | Base interface of argument passed to OnJoinGame callback |
CIJoinGameRequest | Base interface of Op Join request containing the parameters as sent by client |
CIJoinRequest | |
CILeaveGameCallInfo | Base interface of argument passed to OnLeave callback |
CILeaveGameRequest | Base interface of Op LeaveRoom request containing the parameters as sent by client |
CIOperationRequest | Base interface of all operation requests containing common parameters as sent by client |
CIPluginFactory | Base interface of plugin factory pattern |
CIPluginFactory2 | |
CIPluginFiber | |
CIPluginHost | Base interface that should be implemented as a wrapper of the game that is hosting the plugin instance |
CIPluginLogger | Interface for a logger |
CIRaiseEventCallInfo | Base interface of argument passed to OnRaiseEvent plugin callback |
CIRaiseEventRequest | Base interface of Op RaiseEvent request containing the parameters as sent by client |
CISetPropertiesCallInfo | Base interface of argument passed to OnSetProperties plugin callback |
CISetPropertiesFailedCallInfo | Base interface of argument passed to OnSetPropertiesFailed callback |
CISetPropertiesRequest | Base interface of Op SetProperties request containing the parameters as sent by client |
CITypedCallInfo | |
CJoinModeConstants | Op JoinGame modes |
CLeaveReason | Code of the reasons why a peer may leave a room |
CPluginBase | Base plugin class that should be extended to make custom ones |
CPluginFactoryBase | Base abstract class of plugin factory pattern |
CProcessJoinParams | Join options used in Photon.Hive.Plugin.IJoinGameCallInfo |
CProperty | The property |
CPropertyBag | The property bag |
CPropertyChangedEventArgs | The property changed event args |
CPropertyValueComparer | |
CReciverGroup | Related to RaiseEvent operation. Lets you choose which actors in the room should receive events |
CRemoveActorReason | Reasons why an actor was excluded from a room: removed from actors list and added to excluded list. RemoveActorReason |
CRoomOptionFlags | |
CSendParameters | 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) |
CSerializableActor | A serializable room actor entry |
CSerializableGameState | A serializable snapshot of the room's full state |
CWebFlags | 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 |