Vixen
02b45cc4
csharp
public enum XrActionType

What 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)

  • Boolean

    Pressed or not. A button, or a trigger past its threshold.

  • Float

    A scalar, usually 0 to 1. A trigger, a grip.

  • Vector2

    Two axes. A thumbstick, a trackpad.

  • Pose

    A tracked pose. A controller's grip or aim.

  • Haptic

    Not 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