C# 클래스 LiteNetLib.NetThread

파일 보기 프로젝트 열기: RevenantX/LiteNetLib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SleepTime int

공개 메소드들

메소드 설명
NetThread ( string name, int sleepTime, System.Action callback ) : System
Stop ( ) : void

비공개 메소드들

메소드 설명
ThreadLogic ( ) : void
ThreadLogic ( IAsyncAction action ) : void

메소드 상세

NetThread() 공개 메소드

public NetThread ( string name, int sleepTime, System.Action callback ) : System
name string
sleepTime int
callback System.Action
리턴 System

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

SleepTime 공개적으로 프로퍼티

public int SleepTime
리턴 int