프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SleepTime | int |
메소드 | 설명 | |
---|---|---|
NetThread ( string name, int sleepTime, System.Action callback ) : System | ||
Stop ( ) : void |
메소드 | 설명 | |
---|---|---|
ThreadLogic ( ) : void | ||
ThreadLogic ( IAsyncAction action ) : void |
public NetThread ( string name, int sleepTime, System.Action callback ) : System | ||
name | string | |
sleepTime | int | |
callback | System.Action | |
리턴 | System |