Drag[en]gine Script Module DragonScript  1.21
Dragengine.Scenery.BAAVRMenuInput Interface Reference

Interface for VR menu interaction support with base actor actions. More...

Public Member Functions

void menuPress ()
 Menu is pressed. More...
 
void menuRelease ()
 Menu has been released. More...
 
void menuTouch ()
 Menu is touched. More...
 
void menuUntouch ()
 Menu has been untouched. More...
 

Detailed Description

Interface for VR menu interaction support with base actor actions.

Version
1.12

Implementing actions provide touch, untouch, press and unpress actions.

The touch, untouch, press and unpress actions are binary actions. Not all controllers support menu buttons or touch and untouch of said button.

Member Function Documentation

◆ menuPress()

void Dragengine.Scenery.BAAVRMenuInput.menuPress ( )

Menu is pressed.

◆ menuRelease()

void Dragengine.Scenery.BAAVRMenuInput.menuRelease ( )

Menu has been released.

◆ menuTouch()

void Dragengine.Scenery.BAAVRMenuInput.menuTouch ( )

Menu is touched.

◆ menuUntouch()

void Dragengine.Scenery.BAAVRMenuInput.menuUntouch ( )

Menu has been untouched.


The documentation for this interface was generated from the following file: