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... | |