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