Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
InRoomChat
C# 클래스 InRoomChat, Droid-Soccer
상속:
Photon.MonoBehaviour
파일 보기
프로젝트 열기: repelex/Droid-Soccer
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
AlignBottom
bool
ChatRPC
string
GuiRect
Rect
IsVisible
bool
messages
List
공개 메소드들
메소드
설명
AddLine
(
string
newLine
) :
void
OnGUI
( ) :
void
Start
( ) :
void
비공개 메소드들
메소드
설명
Chat
(
string
newLine
,
PhotonMessageInfo
mi
) :
void
메소드 상세
AddLine()
공개
메소드
public
AddLine
(
string
newLine
) :
void
newLine
string
리턴
void
OnGUI()
공개
메소드
public
OnGUI
( ) :
void
리턴
void
Start()
공개
메소드
public
Start
( ) :
void
리턴
void
프로퍼티 상세
AlignBottom
공개적으로 프로퍼티
public
bool
AlignBottom
리턴
bool
ChatRPC
공개적으로 정적으로 프로퍼티
public
static
string
ChatRPC
리턴
string
GuiRect
공개적으로 프로퍼티
public
Rect
GuiRect
리턴
Rect
IsVisible
공개적으로 프로퍼티
public
bool
IsVisible
리턴
bool
messages
공개적으로 프로퍼티
public
List
messages
리턴
List