C# 클래스 RemoteController, q-arrr

상속: MonoBehaviour
파일 보기 프로젝트 열기: CreativeTechnology/q-arrr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
avatar Avatar
buttons EventedButton[],

공개 메소드들

메소드 설명
HandleEvent ( string e ) : void
SendController ( EventedButton, b ) : void
Start ( ) : void

메소드 상세

HandleEvent() 공개 메소드

public HandleEvent ( string e ) : void
e string
리턴 void

SendController() 공개 메소드

public SendController ( EventedButton, b ) : void
b EventedButton,
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

avatar 공개적으로 프로퍼티

public Avatar avatar
리턴 Avatar

buttons 공개적으로 프로퍼티

public EventedButton[], buttons
리턴 EventedButton[],