C# Class Visualizer.GameManagerThread

Afficher le fichier Open project: omanamos/kinect-nao

Méthodes publiques

Méthode Description
GameManagerThread ( ) : System
ready ( ) : bool
removePoints ( int pointsId ) : void
showPoints ( List points ) : int
start ( ) : void
stop ( ) : void

Méthodes protégées

Méthode Description
run ( ) : void

Method Details

GameManagerThread() public méthode

public GameManagerThread ( ) : System
Résultat System

ready() public méthode

public ready ( ) : bool
Résultat bool

removePoints() public méthode

public removePoints ( int pointsId ) : void
pointsId int
Résultat void

run() protected méthode

protected run ( ) : void
Résultat void

showPoints() public méthode

public showPoints ( List points ) : int
points List
Résultat int

start() public méthode

public start ( ) : void
Résultat void

stop() public méthode

public stop ( ) : void
Résultat void