Photon Server API Documentation
v5.0RC1
Classes | |
| class | ContextKeeper |
Public Member Functions | |
| GameServerContextManager (MasterApplication application, int contextTTL) | |
| void | RegisterGameServer (IRegisterGameServer request, IGameServerPeer peer) |
| void | RegisterGameServerOnInit (IRegisterGameServer request, IGameServerPeer peer) |
| void | OnGameServerDisconnect (GameServerContext context, IGameServerPeer peer) |
| void | OnGameServerLeft (GameServerContext context, IGameServerPeer peer) |
| IGameServerPeer[] | GameServerPeersToArray () |
Protected Member Functions | |
| virtual GameServerContext | CreateContext (IRegisterGameServer request) |
Protected Attributes | |
| readonly Dictionary< string, ContextKeeper > | gameServerContexts = new Dictionary<string, ContextKeeper>() |
Properties | |
| int | Count [get] |
|
inline |
|
inlineprotectedvirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
get |