Drag[en]gine Script Module DragonScript
1.23
|
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... | |
Interface for VR menu interaction support with base actor actions.
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.
void Dragengine.Scenery.BAAVRMenuInput.menuPress | ( | ) |
Menu is pressed.
void Dragengine.Scenery.BAAVRMenuInput.menuRelease | ( | ) |
Menu has been released.
void Dragengine.Scenery.BAAVRMenuInput.menuTouch | ( | ) |
Menu is touched.
void Dragengine.Scenery.BAAVRMenuInput.menuUntouch | ( | ) |
Menu has been untouched.