Photon Unity Networking  v1.81
English | 日本語 | 한국
Public Attributes | List of all members
ExitGames.Client.Photon.Chat.ChatEventCode Class Reference

Photon Chat 이벤트에서 내부적으로 사용되는 상수 내역. 일반적으로 직접 사용할 필요는 없습니다 More...

Public Attributes

const byte ChatMessages = 0
 
const byte Users = 1
 
const byte PrivateMessage = 2
 
const byte FriendsList = 3
 
const byte StatusUpdate = 4
 
const byte Subscribe = 5
 
const byte Unsubscribe = 6
 

Detailed Description

Photon Chat 이벤트에서 내부적으로 사용되는 상수 내역. 일반적으로 직접 사용할 필요는 없습니다

Member Data Documentation

const byte ExitGames.Client.Photon.Chat.ChatEventCode.ChatMessages = 0
const byte ExitGames.Client.Photon.Chat.ChatEventCode.FriendsList = 3
const byte ExitGames.Client.Photon.Chat.ChatEventCode.PrivateMessage = 2
const byte ExitGames.Client.Photon.Chat.ChatEventCode.StatusUpdate = 4
const byte ExitGames.Client.Photon.Chat.ChatEventCode.Subscribe = 5
const byte ExitGames.Client.Photon.Chat.ChatEventCode.Unsubscribe = 6
const byte ExitGames.Client.Photon.Chat.ChatEventCode.Users = 1