C# 클래스 OSCeleton, ITP_OpenSourceAnimation

상속: MonoBehaviour
파일 보기 프로젝트 열기: n1ckfg/ITP_OpenSourceAnimation

공개 프로퍼티들

프로퍼티 타입 설명
ListenerPort int
RemoteIP string
SendToPort int
absolute bool
mirrorY bool
target GameObject[]

공개 메소드들

메소드 설명
Example1 ( OscMessage, oscMessage ) : void
Example2 ( OscMessage, oscMessage ) : void
Start ( ) : void
Stop ( ) : void
Update ( ) : void

메소드 상세

Example1() 공개 메소드

public Example1 ( OscMessage, oscMessage ) : void
oscMessage OscMessage,
리턴 void

Example2() 공개 메소드

public Example2 ( OscMessage, oscMessage ) : void
oscMessage OscMessage,
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

ListenerPort 공개적으로 프로퍼티

public int ListenerPort
리턴 int

RemoteIP 공개적으로 프로퍼티

public string RemoteIP
리턴 string

SendToPort 공개적으로 프로퍼티

public int SendToPort
리턴 int

absolute 공개적으로 프로퍼티

public bool absolute
리턴 bool

mirrorY 공개적으로 프로퍼티

public bool mirrorY
리턴 bool

target 공개적으로 프로퍼티

public GameObject[] target
리턴 GameObject[]