C# 클래스 GameUIController, unity-demo-shooting-gallery

상속: MonoBehaviour
파일 보기 프로젝트 열기: colyseus/unity-demo-shooting-gallery 1 사용 예제들

공개 메소드들

메소드 설명
AllowExit ( bool allowed ) : void
ButtonOnExit ( ) : void
ButtonOnReady ( ) : void
UpdatePlayerReadiness ( bool showButton ) : void

메소드 상세

AllowExit() 공개 메소드

public AllowExit ( bool allowed ) : void
allowed bool
리턴 void

ButtonOnExit() 공개 메소드

public ButtonOnExit ( ) : void
리턴 void

ButtonOnReady() 공개 메소드

public ButtonOnReady ( ) : void
리턴 void

UpdatePlayerReadiness() 공개 메소드

public UpdatePlayerReadiness ( bool showButton ) : void
showButton bool
리턴 void