C# 클래스 Visualizer.GameManagerThread

파일 보기 프로젝트 열기: omanamos/kinect-nao

공개 메소드들

메소드 설명
GameManagerThread ( ) : System
ready ( ) : bool
removePoints ( int pointsId ) : void
showPoints ( List points ) : int
start ( ) : void
stop ( ) : void

보호된 메소드들

메소드 설명
run ( ) : void

메소드 상세

GameManagerThread() 공개 메소드

public GameManagerThread ( ) : System
리턴 System

ready() 공개 메소드

public ready ( ) : bool
리턴 bool

removePoints() 공개 메소드

public removePoints ( int pointsId ) : void
pointsId int
리턴 void

run() 보호된 메소드

protected run ( ) : void
리턴 void

showPoints() 공개 메소드

public showPoints ( List points ) : int
points List
리턴 int

start() 공개 메소드

public start ( ) : void
리턴 void

stop() 공개 메소드

public stop ( ) : void
리턴 void