csharp
public enum XrActionTypeWhat kind of value an action carries.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
BooleanPressed or not. A button, or a trigger past its threshold.
FloatA scalar, usually 0 to 1. A trigger, a grip.
Vector2Two axes. A thumbstick, a trackpad.
PoseA tracked pose. A controller's grip or aim.
HapticNot an input at all: something to play a rumble on.
Used by (7)
- NullXrBackendTestsVixen.Xr.Tests
- NullXrSessionVixen.Xr
- OpenXrSessionVixen.Xr.OpenXR
- XrActionVixen.Xr
- XrActionSetVixen.Xr
- XrActionSetTestsVixen.Xr.Tests
- XrTrackingSystemTestsVixen.Xr.Tests