C# 클래스 OscMessage, wekinator_examples

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

공개 프로퍼티들

프로퍼티 타입 설명
Address string
Values ArrayList

공개 메소드들

메소드 설명
OscMessage ( ) : UnityEngine

메소드 상세

OscMessage() 공개 메소드

public OscMessage ( ) : UnityEngine
리턴 UnityEngine

프로퍼티 상세

Address 공개적으로 프로퍼티

The OSC address of the message as a string.
public string Address
리턴 string

Values 공개적으로 프로퍼티

The list of values to be delivered to the Address.
public ArrayList Values
리턴 ArrayList