C# Class MiraReticlePointer, Speech-Sandbox

MiraReticlePointer extends MiraBasePointer and calls the scripts within MiraReticle that help it change appearance when the event system processes interaction events
Inheritance: MiraBasePointer
Afficher le fichier Open project: wilsonwong13/Speech-Sandbox Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

OnInputModuleDisabled() public méthode

public OnInputModuleDisabled ( ) : void
Résultat void

OnInputModuleEnabled() public méthode

public OnInputModuleEnabled ( ) : void
Résultat void

OnPointerClick() public méthode

public OnPointerClick ( ) : void
Résultat void

OnPointerClickDown() public méthode

public OnPointerClickDown ( ) : void
Résultat void

OnPointerClickUp() public méthode

public OnPointerClickUp ( ) : void
Résultat void

OnPointerEnter() public méthode

public OnPointerEnter ( GameObject, targetGameObject, RaycastResult, ray, bool isTargetInteractive ) : void
targetGameObject GameObject,
ray RaycastResult,
isTargetInteractive bool
Résultat void

OnPointerExit() public méthode

public OnPointerExit ( GameObject, targetGameObject ) : void
targetGameObject GameObject,
Résultat void

OnPointerHover() public méthode

public OnPointerHover ( GameObject, targetGameObject, RaycastResult, ray, bool isTargetInteractive ) : void
targetGameObject GameObject,
ray RaycastResult,
isTargetInteractive bool
Résultat void