C# 클래스 Fun.FunapiChatClient

파일 보기 프로젝트 열기: iFunFactory/demo-kgc-2015 1 사용 예제들

공개 메소드들

메소드 설명
FunapiChatClient ( FunapiNetwork network, FunEncoding encoding ) : UnityEngine
InChannel ( string chat_channel ) : bool
JoinChannel ( string chat_channel, string my_name, OnChannelMessage handler ) : bool
LeaveChannel ( string chat_channel ) : bool
SendText ( string chat_channel, string text ) : bool

비공개 메소드들

메소드 설명
OnMulticastingReceived ( string chat_channel, object data ) : void

메소드 상세

FunapiChatClient() 공개 메소드

public FunapiChatClient ( FunapiNetwork network, FunEncoding encoding ) : UnityEngine
network FunapiNetwork
encoding FunEncoding
리턴 UnityEngine

InChannel() 공개 메소드

public InChannel ( string chat_channel ) : bool
chat_channel string
리턴 bool

JoinChannel() 공개 메소드

public JoinChannel ( string chat_channel, string my_name, OnChannelMessage handler ) : bool
chat_channel string
my_name string
handler OnChannelMessage
리턴 bool

LeaveChannel() 공개 메소드

public LeaveChannel ( string chat_channel ) : bool
chat_channel string
리턴 bool

SendText() 공개 메소드

public SendText ( string chat_channel, string text ) : bool
chat_channel string
text string
리턴 bool