C# 클래스 UDP_RecoServer, Object_Manipulator-Kinect-Unity3D-

상속: MonoBehaviour
파일 보기 프로젝트 열기: joseangelmr/Object_Manipulator-Kinect-Unity3D-

공개 프로퍼티들

프로퍼티 타입 설명
mensaje GUIText
port int
str FsmString

공개 메소드들

메소드 설명
OnDisable ( ) : void
Start ( ) : void
UDPGetPacket ( ) : string
Update ( ) : void
test ( ) : void

비공개 메소드들

메소드 설명
ReceiveData ( ) : void
init ( ) : void

메소드 상세

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

UDPGetPacket() 공개 메소드

public UDPGetPacket ( ) : string
리턴 string

Update() 공개 메소드

public Update ( ) : void
리턴 void

test() 공개 메소드

public test ( ) : void
리턴 void

프로퍼티 상세

mensaje 공개적으로 프로퍼티

public GUIText mensaje
리턴 GUIText

port 공개적으로 프로퍼티

public int port
리턴 int

str 공개적으로 프로퍼티

public FsmString str
리턴 FsmString