C# 클래스 OniOscReceiver, KinActor_project

상속: MonoBehaviour
파일 보기 프로젝트 열기: RecipientCollective/KinActor_project

공개 프로퍼티들

프로퍼티 타입 설명
kinect_height float
oniActorOne GameObject
oniActorTwo GameObject
port int

공개 메소드들

메소드 설명
OnDestroy ( ) : void

Raises the destroy event.

Start ( ) : void

Start this instance. Use this for initialization

Update ( ) : void

Update this instance.

비공개 메소드들

메소드 설명
connect ( ) : void

Connect this instance.

disconnect ( ) : void

Disconnect this instance.

listen ( ) : void

Listen OSC messages;

processMessage ( OSCMessage message ) : void

Processes the OSC message.

메소드 상세

OnDestroy() 공개 메소드

Raises the destroy event.
public OnDestroy ( ) : void
리턴 void

Start() 공개 메소드

Start this instance. Use this for initialization
public Start ( ) : void
리턴 void

Update() 공개 메소드

Update this instance.
public Update ( ) : void
리턴 void

프로퍼티 상세

kinect_height 공개적으로 프로퍼티

The kinect_height.
public float kinect_height
리턴 float

oniActorOne 공개적으로 프로퍼티

public GameObject oniActorOne
리턴 GameObject

oniActorTwo 공개적으로 프로퍼티

public GameObject oniActorTwo
리턴 GameObject

port 공개적으로 프로퍼티

The port.
public int port
리턴 int