Photon Server API Documentation v5.0RC1

Public Member Functions | Public Attributes | List of all members
Photon.LoadBalancing.MasterServer.ChannelLobby.GameChannelKey Class Reference
Inheritance diagram for Photon.LoadBalancing.MasterServer.ChannelLobby.GameChannelKey:

Public Member Functions

 GameChannelKey (Hashtable properties)
 
override int GetHashCode ()
 
bool Equals (GameChannelKey other)
 

Public Attributes

readonly Hashtable Properties
 

Constructor & Destructor Documentation

◆ GameChannelKey()

Photon.LoadBalancing.MasterServer.ChannelLobby.GameChannelKey.GameChannelKey ( Hashtable  properties)
inline

Member Function Documentation

◆ Equals()

bool Photon.LoadBalancing.MasterServer.ChannelLobby.GameChannelKey.Equals ( GameChannelKey  other)
inline

◆ GetHashCode()

override int Photon.LoadBalancing.MasterServer.ChannelLobby.GameChannelKey.GetHashCode ( )
inline

Member Data Documentation

◆ Properties

readonly Hashtable Photon.LoadBalancing.MasterServer.ChannelLobby.GameChannelKey.Properties