C# 클래스 SilentNightMutilplayerGame, SOFTENG-306-PROJECT-2

상속: NetworkBehaviour
파일 보기 프로젝트 열기: gdsl/SOFTENG-306-PROJECT-2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cookieGenerator GameObject
multiplayerGameController SilentNightMutilplayerGame,
resultScreen GameObject

공개 메소드들

메소드 설명
ExitGame ( ) : void
GetTimeLeft ( ) : float
NotifyResult ( ) : void
OnStartServer ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
Update ( ) : void
generateCookie ( ) : void

메소드 상세

ExitGame() 공개 메소드

public ExitGame ( ) : void
리턴 void

GetTimeLeft() 공개 메소드

public GetTimeLeft ( ) : float
리턴 float

NotifyResult() 공개 메소드

public NotifyResult ( ) : void
리턴 void

OnStartServer() 공개 메소드

public OnStartServer ( ) : void
리턴 void

프로퍼티 상세

cookieGenerator 공개적으로 프로퍼티

public GameObject cookieGenerator
리턴 GameObject

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

public static SilentNightMutilplayerGame, multiplayerGameController
리턴 SilentNightMutilplayerGame,

resultScreen 공개적으로 프로퍼티

public GameObject resultScreen
리턴 GameObject