C# 클래스 UDPSend2, cs-sim-controller

상속: MonoBehaviour
파일 보기 프로젝트 열기: intel-cornellcup/sim-controller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
connected bool
direction string
playerIP string
playerName string
port int

공개 메소드들

메소드 설명
OnApplicationQuit ( ) : void
Start ( ) : void
Update ( ) : void
changeControls ( ) : void
init ( string targetIP, string name ) : void
sendString ( ) : void
setDirection ( string dir ) : void

메소드 상세

OnApplicationQuit() 공개 메소드

public OnApplicationQuit ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

changeControls() 공개 메소드

public changeControls ( ) : void
리턴 void

init() 공개 메소드

public init ( string targetIP, string name ) : void
targetIP string
name string
리턴 void

sendString() 공개 메소드

public sendString ( ) : void
리턴 void

setDirection() 공개 메소드

public setDirection ( string dir ) : void
dir string
리턴 void

프로퍼티 상세

connected 공개적으로 프로퍼티

public bool connected
리턴 bool

direction 공개적으로 프로퍼티

public string direction
리턴 string

playerIP 공개적으로 프로퍼티

public string playerIP
리턴 string

playerName 공개적으로 프로퍼티

public string playerName
리턴 string

port 공개적으로 프로퍼티

public int port
리턴 int