Gaze and Click

To interact with Gaze and click on editor press [J] on the keyboard

To interact with Gaze and click on JioDive click on the [JioDive button] as shown below.

JioDive gaze and click button

How to Implement Gaze and Click Interaction

Select the Pointer source and Gaze mode from the editor inside the input manager.

Drag and drop JMRGazeInteractable.cs to use the default Gaze and Click features. For example, 3d objects,2d objects, UI elements, etc.; for more information, refer to the Example scene.

IScreenTouchHandler detects when the screen is being touched.

To add custom behavior to dwell extent IScreenTouchHandler Interface

  • OnScreenTouchBegan
  • OnScreenTouchEnded
  • OnScreenTouchClick

Toggle Interaction

To enable and disable interaction, developers can use JMRPointerManager.Instance.ToggleInteraction(bool, JMRPointerManager.PointingSource.Head)

Last updated