VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Namespaces | Classes
Package AVR.UI

Namespace of the arc-vr-ui package More...

Namespaces

 
package  Utils
 arc-vr-ui utils namespace
 

Classes

class  AVR_Canvas
 Represents a canvas for VR interaction purposes. Allows for interaction with the AVR_UIInteractionProvider. More...
 
class  AVR_UIInteractionProvider
 NOTE: If your EventSystem object has a InputSystemUIInputModule (new Unity input system) then any settings you set on the UIInteractionProvider will have NO effect. You will have to set them through the new Unity Input system. Alternatively, simply use a regular StandaloneInputModule (you can ignore the red error message it display) instead of the InputSystemUIInputModule and make sure you have Project Settings > Player > Active Input Handling set to "Both". This class provides UI Interaction through a VR controller. Requires a AVR_UIRay to be set. More...
 
class  AVR_UIRay
 Represents a UI pointer-ray. More...
 
class  VRInput
 This class overrides the base Input with Input from our VR components, thus enabling UI Interaction with a VR controller. The public attributes are automatically set by UIInteractionProvider. More...
 

Detailed Description

Namespace of the arc-vr-ui package