C# 클래스 OSCTestSender, wekinator_examples

상속: MonoBehaviour
파일 보기 프로젝트 열기: fiebrink1/wekinator_examples 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
listenerPort int
remoteIp string
sendToPort int

공개 메소드들

메소드 설명
Example ( OscMessage, m ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void

Awake is called when the script instance is being loaded.

OnDisable ( ) : void
Start ( ) : void

Start is called just before any of the Update methods is called the first time.

Update ( ) : void

Update is called every frame, if the MonoBehaviour is enabled.

메소드 상세

Example() 공개 정적인 메소드

public static Example ( OscMessage, m ) : void
m OscMessage,
리턴 void

프로퍼티 상세

listenerPort 공개적으로 프로퍼티

public int listenerPort
리턴 int

remoteIp 공개적으로 프로퍼티

public string remoteIp
리턴 string

sendToPort 공개적으로 프로퍼티

public int sendToPort
리턴 int