C# 클래스 ExampleGameSession, CaptainsMess

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

공개 프로퍼티들

프로퍼티 타입 설명
gameRulesField Text
gameStateField Text
instance ExampleGameSession,

공개 메소드들

메소드 설명
OnCountdownCancelled ( ) : void
OnCountdownStarted ( ) : void
OnDestroy ( ) : void
OnJoinedLobby ( ) : void
OnLeftLobby ( ) : void

비공개 메소드들

메소드 설명
AllPlayersHaveRolled ( ) : bool
MaxScore ( ) : int
OnAbortGame ( ) : void
OnStartClient ( ) : void
OnStartGame ( List aStartingPlayers ) : void
OnStartServer ( ) : void
PlayAgain ( ) : void
PlayerWithHighestScore ( ) : ExamplePlayerScript,
PlayersWithHighestRoll ( ) : List
RpcOnAbortedGame ( ) : void
RpcOnStartedGame ( ) : void
RunGame ( ) : IEnumerator
Update ( ) : void

메소드 상세

OnCountdownCancelled() 공개 메소드

public OnCountdownCancelled ( ) : void
리턴 void

OnCountdownStarted() 공개 메소드

public OnCountdownStarted ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnJoinedLobby() 공개 메소드

public OnJoinedLobby ( ) : void
리턴 void

OnLeftLobby() 공개 메소드

public OnLeftLobby ( ) : void
리턴 void

프로퍼티 상세

gameRulesField 공개적으로 프로퍼티

public Text gameRulesField
리턴 Text

gameStateField 공개적으로 프로퍼티

public Text gameStateField
리턴 Text

instance 공개적으로 정적으로 프로퍼티

public static ExampleGameSession, instance
리턴 ExampleGameSession,