C# Class Visualizer.GameManagerThread

显示文件 Open project: omanamos/kinect-nao

Public Methods

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

Protected Methods

Method Description
run ( ) : void

Method Details

GameManagerThread() public method

public GameManagerThread ( ) : System
return System

ready() public method

public ready ( ) : bool
return bool

removePoints() public method

public removePoints ( int pointsId ) : void
pointsId int
return void

run() protected method

protected run ( ) : void
return void

showPoints() public method

public showPoints ( List points ) : int
points List
return int

start() public method

public start ( ) : void
return void

stop() public method

public stop ( ) : void
return void