Namespace of the arc-vr-ui package More...
Namespaces | |
package | Link |
Namespace of the arc-vr-ui Linking elements | |
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... | |
Namespace of the arc-vr-ui package