csharp
public static class XrPathsThe 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 LeftHandThe left hand's subaction path.
public const string RightHandThe right hand's.
public const string GripPoseWhere the controller is held — what a hand model is drawn at.
public const string AimPoseWhere the controller points — what a laser or a raycast uses.
public const string TriggerValueThe trigger, as a scalar.
public const string TriggerClickThe trigger, as a button.
public const string SqueezeValueThe grip, as a scalar.
public const string SqueezeClickThe grip, as a button.
public const string ThumbstickPositionThe thumbstick's two axes.
public const string ThumbstickClickThe thumbstick pressed in.
public const string PrimaryButtonThe primary button — A on a right Touch controller, X on a left one.
public const string MenuClickThe menu button, which every profile has.
public const string SelectClickThe generic select, which the simple profile has instead of a trigger.
public const string HapticWhere a rumble is played.
Used by (3)
- OpenXrSessionVixen.Xr.OpenXR
- XrActionSetVixen.Xr
- XrActionSetTestsVixen.Xr.Tests