Photon Unity Networking  v1.84
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