Class OpenXRInput
OpenXR Input related functionality.
Inherited Members
Namespace: UnityEngine .XR.OpenXR .Input
Assembly: solution.dll
Syntax
public static class OpenXRInput
Methods
Name | Description |
---|---|
Get |
Returns the OpenXR action handle for the given input action |
Get |
Return the active state of the given action |
Send |
Send a haptic impulse using the given action |
Send |
Send a haptic impulse using the given action |
Send |
Send a haptic impulse using an action reference |
Send |
Send a haptic impulse using an action reference |
Stop |
Stop any haptics playing for the given action |
Stop |
Stop any haptics playing for the given action reference |
Try |
Return the name of the input source bound to the given action |
Try |
Set InputAction to be used for controller late latching (Vulkan Only Feature). Only support one inputAction for each left and right controller. See Controller Samples MarkLateLatchNode.cs for example code and usages. |