Vixen
02b45cc4
csharp
public static class XrPaths

The input paths a binding names.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (14)

  • public const string LeftHand

    The left hand's subaction path.

  • public const string RightHand

    The right hand's.

  • public const string GripPose

    Where the controller is held — what a hand model is drawn at.

  • public const string AimPose

    Where the controller points — what a laser or a raycast uses.

  • public const string TriggerValue

    The trigger, as a scalar.

  • public const string TriggerClick

    The trigger, as a button.

  • public const string SqueezeValue

    The grip, as a scalar.

  • public const string SqueezeClick

    The grip, as a button.

  • public const string ThumbstickPosition

    The thumbstick's two axes.

  • public const string ThumbstickClick

    The thumbstick pressed in.

  • public const string PrimaryButton

    The primary button — A on a right Touch controller, X on a left one.

  • public const string MenuClick

    The menu button, which every profile has.

  • public const string SelectClick

    The generic select, which the simple profile has instead of a trigger.

  • public const string Haptic

    Where a rumble is played.

Used by (3)

  • OpenXrSessionVixen.Xr.OpenXR
  • XrActionSetVixen.Xr
  • XrActionSetTestsVixen.Xr.Tests