C# Class Player_Ready, goalBall

Allows player to ready up to start the game
Inheritance: NetworkBehaviour
显示文件 Open project: DrexelGoalBall/goalBall

Public Properties

Property Type Description
readyButton string

Public Methods

Method Description
isReady ( ) : bool

Whether or not this player is ready

Private Methods

Method Description
CmdReadyUp ( bool rdy ) : void
Update ( ) : void

Checks for users input to ready/unready

Method Details

isReady() public method

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

Property Details

readyButton public_oe property

public string readyButton
return string