Skip to content

Head Gaze Reticle

eisclimber edited this page Nov 3, 2024 · 3 revisions

Head Gaze Reticle

class in ExPresSXR.UI / Extends MonoScript
GameObject instantiable via ExPresS XRHead Gaze Reticle

Description

A visual indicator that is to hint interactions without controllers of the Head Gaze XR Rig. The indicator is a circle with another lighter colored circle on top that fills up. It get's disabled when no interaction opportunity was found.

Members

Editor Properties

  • Animator _animator: A Reference to the animator used to play the hint animation.
  • float _showHintAnimationDuration: How long the hint takes to be completed, e.g. speed of the animation.

Public Methods

  • void ShowHint(): Starts showing the hint.
  • void HideHint(): Hides the hint.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally