C# 클래스 KBEngine.KBEngineAppThread

상속: KBEngineApp
파일 보기 프로젝트 열기: liuxq/TestGame

공개 프로퍼티들

프로퍼티 타입 설명
kbethread KBEngine.KBEThread
threadUpdateHZ int

공개 메소드들

메소드 설명
KBEngineAppThread ( KBEngine.KBEngineArgs args ) : System
_thread_wait ( ) : void
breakProcess ( ) : void
destroy ( ) : void
initialize ( KBEngine.KBEngineArgs args ) : bool
isbreak ( ) : bool
process ( ) : void
reset ( ) : void

메소드 상세

KBEngineAppThread() 공개 메소드

public KBEngineAppThread ( KBEngine.KBEngineArgs args ) : System
args KBEngine.KBEngineArgs
리턴 System

_thread_wait() 공개 메소드

public _thread_wait ( ) : void
리턴 void

breakProcess() 공개 메소드

public breakProcess ( ) : void
리턴 void

destroy() 공개 메소드

public destroy ( ) : void
리턴 void

initialize() 공개 메소드

public initialize ( KBEngine.KBEngineArgs args ) : bool
args KBEngine.KBEngineArgs
리턴 bool

isbreak() 공개 메소드

public isbreak ( ) : bool
리턴 bool

process() 공개 메소드

public process ( ) : void
리턴 void

reset() 공개 메소드

public reset ( ) : void
리턴 void

프로퍼티 상세

kbethread 공개적으로 프로퍼티

public KBEThread,KBEngine kbethread
리턴 KBEngine.KBEThread

threadUpdateHZ 공개적으로 정적으로 프로퍼티

public static int threadUpdateHZ
리턴 int