C# 클래스 SiftOsc.SiftOscCube

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

공개 메소드들

메소드 설명
SiftOscCube ( Cube cube, Bespoke.Common.Osc.OscClient client, Dictionary siftOscCubeEvents ) : System
attachEvents ( ) : void
generateFromYaml ( YamlMappingNode cubeEventsNode ) : void
setCube ( Cube c ) : void

메소드 상세

SiftOscCube() 공개 메소드

public SiftOscCube ( Cube cube, Bespoke.Common.Osc.OscClient client, Dictionary siftOscCubeEvents ) : System
cube Sifteo.Cube
client Bespoke.Common.Osc.OscClient
siftOscCubeEvents Dictionary
리턴 System

attachEvents() 공개 메소드

public attachEvents ( ) : void
리턴 void

generateFromYaml() 공개 메소드

public generateFromYaml ( YamlMappingNode cubeEventsNode ) : void
cubeEventsNode YamlMappingNode
리턴 void

setCube() 공개 메소드

public setCube ( Cube c ) : void
c Sifteo.Cube
리턴 void