C# 클래스 UxExceptionEventListener, beerpong

Tango User Experience exception listener.
상속: UnityEngine.AndroidJavaProxy
파일 보기 프로젝트 열기: ashomk/beerpong 1 사용 예제들

공개 메소드들

메소드 설명
RegisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void

Registers ux exception events.

UnregisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void

Unregisters the on too few points.

비공개 메소드들

메소드 설명
UxExceptionEventListener ( ) : System.Collections

Initializes a new instance of the UxExceptionEventListener class.

onUxExceptionEvent ( AndroidJavaObject tangoUxEvent ) : void

메소드 상세

RegisterOnUxExceptionEventHandler() 공개 메소드

Registers ux exception events.
public RegisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void
handler OnUxExceptionEventHandler Event handler.
리턴 void

UnregisterOnUxExceptionEventHandler() 공개 메소드

Unregisters the on too few points.
public UnregisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void
handler OnUxExceptionEventHandler Event handler.
리턴 void