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

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

공개 프로퍼티들

프로퍼티 타입 설명
DEBUG Boolean
ct int
port int
unity Socket

공개 메소드들

메소드 설명
init ( ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
addCommand ( ) : List
sendCommand ( ) : void
sendString ( string message ) : void

메소드 상세

init() 공개 메소드

public init ( ) : void
리턴 void

프로퍼티 상세

DEBUG 공개적으로 프로퍼티

public Boolean DEBUG
리턴 Boolean

ct 공개적으로 정적으로 프로퍼티

public static int ct
리턴 int

port 공개적으로 프로퍼티

public int port
리턴 int

unity 공개적으로 정적으로 프로퍼티

public static Socket unity
리턴 Socket