C# 클래스 OSCClient, fuze-vj-kit

파일 보기 프로젝트 열기: unity3d-jp/fuze-vj-kit 1 사용 예제들

공개 메소드들

메소드 설명
OSCClient ( string serverHostname, int serverPort ) : System
SendSimpleMessage ( string path, byte b ) : void
SendSimpleMessage ( string path, float f ) : void
SendSimpleMessage ( string path, int i ) : void

메소드 상세

OSCClient() 공개 메소드

public OSCClient ( string serverHostname, int serverPort ) : System
serverHostname string
serverPort int
리턴 System

SendSimpleMessage() 공개 메소드

public SendSimpleMessage ( string path, byte b ) : void
path string
b byte
리턴 void

SendSimpleMessage() 공개 메소드

public SendSimpleMessage ( string path, float f ) : void
path string
f float
리턴 void

SendSimpleMessage() 공개 메소드

public SendSimpleMessage ( string path, int i ) : void
path string
i int
리턴 void