C# Class GameManagerEventCalls, racing_game

Inheritance: MonoBehaviour
Afficher le fichier Open project: Rarau/racing_game

Méthodes publiques

Méthode Description
SetNumberOfLaps ( int laps ) : void
SetNumberOfPlayers ( int numberOfPlayers ) : void
SetPlayerCar ( int car ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

SetNumberOfLaps() public méthode

public SetNumberOfLaps ( int laps ) : void
laps int
Résultat void

SetNumberOfPlayers() public méthode

public SetNumberOfPlayers ( int numberOfPlayers ) : void
numberOfPlayers int
Résultat void

SetPlayerCar() public méthode

public SetPlayerCar ( int car ) : void
car int
Résultat void