C# Class Kinect.Semaphore.Models.SemaphoreGames

Afficher le fichier Open project: atosorigin/Kinect Class Usage Examples

Méthodes publiques

Méthode Description
GetGame ( int id ) : SemaphoreGame
GetNextGame ( ) : SemaphoreGame
GetRandomGame ( ) : SemaphoreGame
ResetGameCounter ( ) : void

Private Methods

Méthode Description
GenerateGames ( ) : void
Initialize ( ) : void
SemaphoreGames ( ) : System

Method Details

GetGame() public méthode

public GetGame ( int id ) : SemaphoreGame
id int
Résultat SemaphoreGame

GetNextGame() public méthode

public GetNextGame ( ) : SemaphoreGame
Résultat SemaphoreGame

GetRandomGame() public méthode

public GetRandomGame ( ) : SemaphoreGame
Résultat SemaphoreGame

ResetGameCounter() public méthode

public ResetGameCounter ( ) : void
Résultat void