C# Class SplitScreenCamera, racing_game

Inheritance: MonoBehaviour
Afficher le fichier Open project: Rarau/racing_game Class Usage Examples

Méthodes publiques

Свойство Type Description
numCols int
numRows int
totalPlayers int

Méthodes publiques

Méthode Description
SetPlayerNumber ( int num ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

SetPlayerNumber() public méthode

public SetPlayerNumber ( int num ) : void
num int
Résultat void

Property Details

numCols public_oe static_oe property

public static int numCols
Résultat int

numRows public_oe static_oe property

public static int numRows
Résultat int

totalPlayers public_oe static_oe property

public static int totalPlayers
Résultat int