Namespace Evergine.OpenXR.InputTracking.Actions
Classes
OpenXRAction
Represent an OpenXR action.
OpenXRAction<T>
Represent a OpenXR action associated to a type.
OpenXRBoolInputAction
Represent a boolean OpenXR of type XR_ACTION_TYPE_BOOLEAN_INPUT.
OpenXRButtonStateInputAction
Represent a boolean OpenXR of type XR_ACTION_TYPE_BOOLEAN_INPUT mapped using a ButtonState.
OpenXRFloatInputAction
Represent a boolean OpenXR of type XR_ACTION_TYPE_FLOAT_INPUT.
OpenXRInputAction<T>
Represent a typed input action.
OpenXROutputAction<T>
Represent an output action.
OpenXRPoseAction
Represent a OpenXR action of type XR_ACTION_TYPE_POSE_INPUT.
OpenXRVector2InputAction
Represent a Vector2 OpenXR of type XR_ACTION_TYPE_VECTOR2F_INPUT.