C# Class GameStateManager, Albatross

Inheritance: MonoBehaviour
Afficher le fichier Open project: xby2/Albatross Class Usage Examples

Méthodes publiques

Свойство Type Description
players List
winningPlayerId int?

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
getOpponents ( PlayerController player ) : List

Returns the opponents for the given player

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

getOpponents() public méthode

Returns the opponents for the given player
public getOpponents ( PlayerController player ) : List
player PlayerController
Résultat List

Property Details

players public_oe property

Reference to all the players in the game
public List players
Résultat List

winningPlayerId public_oe property

public int? winningPlayerId
Résultat int?