C# 클래스 UDPReceive, cs-mini-modbot-simulation

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

공개 프로퍼티들

프로퍼티 타입 설명
lastReceivedUDPPacket Vector3
port int

공개 메소드들

메소드 설명
OnApplicationQuit ( ) : void
Start ( ) : void
getLatestUDPPacket ( ) : Vector3

비공개 메소드들

메소드 설명
ReceiveData ( ) : void

메소드 상세

OnApplicationQuit() 공개 메소드

public OnApplicationQuit ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

getLatestUDPPacket() 공개 메소드

public getLatestUDPPacket ( ) : Vector3
리턴 Vector3

프로퍼티 상세

lastReceivedUDPPacket 공개적으로 프로퍼티

public Vector3 lastReceivedUDPPacket
리턴 Vector3

port 공개적으로 프로퍼티

public int port
리턴 int