C# 클래스 ExamplePlayerScript, CaptainsMess

상속: CaptainsMessPlayer
파일 보기 프로젝트 열기: hengineer/CaptainsMess 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
image Image
nameField Text
readyField Text
rollResultField Text
totalPointsField Text

공개 메소드들

메소드 설명
OnClientEnterLobby ( ) : void
OnClientReady ( bool readyState ) : void
OnGUI ( ) : void
OnStartLocalPlayer ( ) : void
ShowPlayer ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
CmdPlayAgain ( ) : void
CmdRollDie ( ) : void
CmdSetCustomPlayerInfo ( Color aColour ) : void
RpcOnStartedGame ( ) : void

메소드 상세

OnClientEnterLobby() 공개 메소드

public OnClientEnterLobby ( ) : void
리턴 void

OnClientReady() 공개 메소드

public OnClientReady ( bool readyState ) : void
readyState bool
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

OnStartLocalPlayer() 공개 메소드

public OnStartLocalPlayer ( ) : void
리턴 void

ShowPlayer() 공개 메소드

public ShowPlayer ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

image 공개적으로 프로퍼티

public Image image
리턴 Image

nameField 공개적으로 프로퍼티

public Text nameField
리턴 Text

readyField 공개적으로 프로퍼티

public Text readyField
리턴 Text

rollResultField 공개적으로 프로퍼티

public Text rollResultField
리턴 Text

totalPointsField 공개적으로 프로퍼티

public Text totalPointsField
리턴 Text