Photon Unity Networking
v1.91
|
ChatPeer.cs File Reference
Classes | |
class | ExitGames.Client.Photon.Chat.ChatPeer |
Provides basic operations of the Photon Chat server. This internal class is used by public ChatClient. More... | |
class | ExitGames.Client.Photon.Chat.AuthenticationValues |
Container for user authentication in Photon. Set AuthValues before you connect - all else is handled. More... | |
class | ExitGames.Client.Photon.Chat.ParameterCode |
class | ExitGames.Client.Photon.Chat.ErrorCode |
ErrorCode defines the default codes associated with Photon client/server communication. More... | |
Namespaces | |
package | ExitGames.Client.Photon.Chat |
Enumerations | |
enum | ExitGames.Client.Photon.Chat.CustomAuthenticationType : byte { ExitGames.Client.Photon.Chat.CustomAuthenticationType.Custom = 0, ExitGames.Client.Photon.Chat.CustomAuthenticationType.Steam = 1, ExitGames.Client.Photon.Chat.CustomAuthenticationType.Facebook = 2, ExitGames.Client.Photon.Chat.CustomAuthenticationType.Oculus = 3, ExitGames.Client.Photon.Chat.CustomAuthenticationType.PlayStation = 4, ExitGames.Client.Photon.Chat.CustomAuthenticationType.Xbox = 5, ExitGames.Client.Photon.Chat.CustomAuthenticationType.None = byte.MaxValue } |
Options for optional "Custom Authentication" services used with Photon. Used by OpAuthenticate after connecting to Photon. More... | |