Vixen
02b45cc4
csharp
public readonly record struct XrSuggestedBinding

A binding a game suggests to the runtime, which the runtime may or may not honour.

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

Fields and properties (3)

  • public string InteractionProfile

    Which controller it is about — see XrInteractionProfiles.

  • public XrAction Action

    The action.

  • public string BindingPath

    The input it should come from — see XrPaths.

Methods (1)

  • public XrSuggestedBinding(string InteractionProfile, XrAction Action, string BindingPath)

    A binding a game suggests to the runtime, which the runtime may or may not honour.

Used by (3)

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