C# 클래스 Player_Ready, goalBall

Allows player to ready up to start the game
상속: NetworkBehaviour
파일 보기 프로젝트 열기: DrexelGoalBall/goalBall

공개 프로퍼티들

프로퍼티 타입 설명
readyButton string

공개 메소드들

메소드 설명
isReady ( ) : bool

Whether or not this player is ready

비공개 메소드들

메소드 설명
CmdReadyUp ( bool rdy ) : void
Update ( ) : void

Checks for users input to ready/unready

메소드 상세

isReady() 공개 메소드

Whether or not this player is ready
public isReady ( ) : bool
리턴 bool

프로퍼티 상세

readyButton 공개적으로 프로퍼티

public string readyButton
리턴 string