C# 클래스 UIEventHandler, psmove-unity5

All handler classes that wants to register for the events generated by UIView must extend this class It ensures proper binding and unbinding of event listeners and other initialization and cleanup
상속: MonoBehaviour
파일 보기 프로젝트 열기: HipsterSloth/psmove-unity5 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OutputWindow Text,

공개 메소드들

메소드 설명
OnAddTextClicked ( ) : void
OnClearTextClicked ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

OnAddTextClicked() 공개 메소드

public OnAddTextClicked ( ) : void
리턴 void

OnClearTextClicked() 공개 메소드

public OnClearTextClicked ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

OutputWindow 공개적으로 프로퍼티

public Text, OutputWindow
리턴 Text,