C# Class Kinect.Semaphore.Models.SemaphoreGames

Mostra file Open project: atosorigin/Kinect Class Usage Examples

Public Methods

Method Description
GetGame ( int id ) : SemaphoreGame
GetNextGame ( ) : SemaphoreGame
GetRandomGame ( ) : SemaphoreGame
ResetGameCounter ( ) : void

Private Methods

Method Description
GenerateGames ( ) : void
Initialize ( ) : void
SemaphoreGames ( ) : System

Method Details

GetGame() public method

public GetGame ( int id ) : SemaphoreGame
id int
return SemaphoreGame

GetNextGame() public method

public GetNextGame ( ) : SemaphoreGame
return SemaphoreGame

GetRandomGame() public method

public GetRandomGame ( ) : SemaphoreGame
return SemaphoreGame

ResetGameCounter() public method

public ResetGameCounter ( ) : void
return void