C# 클래스 MiraReticlePointer, Speech-Sandbox

MiraReticlePointer extends MiraBasePointer and calls the scripts within MiraReticle that help it change appearance when the event system processes interaction events
상속: MiraBasePointer
파일 보기 프로젝트 열기: wilsonwong13/Speech-Sandbox 1 사용 예제들

공개 메소드들

메소드 설명
OnInputModuleDisabled ( ) : void
OnInputModuleEnabled ( ) : void
OnPointerClick ( ) : void
OnPointerClickDown ( ) : void
OnPointerClickUp ( ) : void
OnPointerEnter ( GameObject, targetGameObject, RaycastResult, ray, bool isTargetInteractive ) : void
OnPointerExit ( GameObject, targetGameObject ) : void
OnPointerHover ( GameObject, targetGameObject, RaycastResult, ray, bool isTargetInteractive ) : void

메소드 상세

OnInputModuleDisabled() 공개 메소드

public OnInputModuleDisabled ( ) : void
리턴 void

OnInputModuleEnabled() 공개 메소드

public OnInputModuleEnabled ( ) : void
리턴 void

OnPointerClick() 공개 메소드

public OnPointerClick ( ) : void
리턴 void

OnPointerClickDown() 공개 메소드

public OnPointerClickDown ( ) : void
리턴 void

OnPointerClickUp() 공개 메소드

public OnPointerClickUp ( ) : void
리턴 void

OnPointerEnter() 공개 메소드

public OnPointerEnter ( GameObject, targetGameObject, RaycastResult, ray, bool isTargetInteractive ) : void
targetGameObject GameObject,
ray RaycastResult,
isTargetInteractive bool
리턴 void

OnPointerExit() 공개 메소드

public OnPointerExit ( GameObject, targetGameObject ) : void
targetGameObject GameObject,
리턴 void

OnPointerHover() 공개 메소드

public OnPointerHover ( GameObject, targetGameObject, RaycastResult, ray, bool isTargetInteractive ) : void
targetGameObject GameObject,
ray RaycastResult,
isTargetInteractive bool
리턴 void