C# 클래스 ConnectGui, unity-network-sample

상속: MonoBehaviour
파일 보기 프로젝트 열기: anchan828/unity-network-sample 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
listenPort int
remoteGUID int
remoteIP string
remotePort int
useNat bool

공개 메소드들

메소드 설명
Awake ( ) : void
OnConnectedToServer ( ) : void
OnDisconnectedFromServer ( ) : void
OnGUI ( ) : void
OnServerInitialized ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnConnectedToServer() 공개 메소드

public OnConnectedToServer ( ) : void
리턴 void

OnDisconnectedFromServer() 공개 메소드

public OnDisconnectedFromServer ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

OnServerInitialized() 공개 메소드

public OnServerInitialized ( ) : void
리턴 void

프로퍼티 상세

listenPort 공개적으로 프로퍼티

public int listenPort
리턴 int

remoteGUID 공개적으로 프로퍼티

public int remoteGUID
리턴 int

remoteIP 공개적으로 프로퍼티

public string remoteIP
리턴 string

remotePort 공개적으로 프로퍼티

public int remotePort
리턴 int

useNat 공개적으로 프로퍼티

public bool useNat
리턴 bool