Classes | |
class | ExitGames.Client.Photon.Chat.ChatPeer |
Photon Chatサーバの基本オペレーションを提供します。この内部クラスは、Public ChatClientによって使用されます。 More... | |
class | ExitGames.Client.Photon.Chat.AuthenticationValues |
Photonのユーザ認証用のコンテナ。接続する前にAuthValuesを設定してください。それ以外はすべて処理されます。 More... | |
class | ExitGames.Client.Photon.Chat.ParameterCode |
class | ExitGames.Client.Photon.Chat.ErrorCode |
ErrorCodeはPhotonクライアント/サーバ通信に関連するデフォルトコードを定義します。 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 } |
Photonで使用される任意の「カスタム認証」サービスのオプション。Photonに接続した後にOpAuthenticateによって使用されます。 More... | |