C# 클래스 NetworkAction, verthex

상속: MonoBehaviour
파일 보기 프로젝트 열기: austinblakeslee/verthex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
serverName string
visible bool
waiting bool

공개 메소드들

메소드 설명
OnConnectedToServer ( ) : void
OnGUI ( ) : void
OnMasterServerEvent ( MasterServerEvent mse ) : void
OnPlayerConnected ( ) : void
OnServerInitialized ( ) : void
Start ( ) : void
Update ( ) : void
refreshHostList ( ) : void
startServer ( string serverName ) : void

비공개 메소드들

메소드 설명
SendMyFaction ( string faction, int playerNumber ) : void

메소드 상세

OnConnectedToServer() 공개 메소드

public OnConnectedToServer ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

OnMasterServerEvent() 공개 메소드

public OnMasterServerEvent ( MasterServerEvent mse ) : void
mse MasterServerEvent
리턴 void

OnPlayerConnected() 공개 메소드

public OnPlayerConnected ( ) : void
리턴 void

OnServerInitialized() 공개 메소드

public OnServerInitialized ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

refreshHostList() 공개 메소드

public refreshHostList ( ) : void
리턴 void

startServer() 공개 메소드

public startServer ( string serverName ) : void
serverName string
리턴 void

프로퍼티 상세

serverName 공개적으로 프로퍼티

public string serverName
리턴 string

visible 공개적으로 프로퍼티

public bool visible
리턴 bool

waiting 공개적으로 프로퍼티

public bool waiting
리턴 bool