C# Class Player_Ready, goalBall

Allows player to ready up to start the game
Inheritance: NetworkBehaviour
Afficher le fichier Open project: DrexelGoalBall/goalBall

Méthodes publiques

Свойство Type Description
readyButton string

Méthodes publiques

Méthode Description
isReady ( ) : bool

Whether or not this player is ready

Private Methods

Méthode Description
CmdReadyUp ( bool rdy ) : void
Update ( ) : void

Checks for users input to ready/unready

Method Details

isReady() public méthode

Whether or not this player is ready
public isReady ( ) : bool
Résultat bool

Property Details

readyButton public_oe property

public string readyButton
Résultat string