csharp
public readonly record struct XrSuggestedBindingA 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 InteractionProfileWhich controller it is about — see XrInteractionProfiles.
public XrAction ActionThe action.
public string BindingPathThe 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