C# 클래스 Kappa.server.KappaClient

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

공개 메소드들

메소드 설명
AddPlayers ( List playerList ) : void
ConnectToServer ( string host, int port ) : void
KappaClient ( List playerList = null ) : Kappa.entity
SendString ( string toSend ) : void
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
ListenForMessages ( ) : void

메소드 상세

AddPlayers() 공개 메소드

public AddPlayers ( List playerList ) : void
playerList List
리턴 void

ConnectToServer() 공개 메소드

public ConnectToServer ( string host, int port ) : void
host string
port int
리턴 void

KappaClient() 공개 메소드

public KappaClient ( List playerList = null ) : Kappa.entity
playerList List
리턴 Kappa.entity

SendString() 공개 메소드

public SendString ( string toSend ) : void
toSend string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void