Vixen
02b45cc4
csharp
public readonly record struct OpenXrOptions

How to set the backend up.

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

Fields and properties (3)

  • public string ApplicationName

    What to tell the runtime the application is called.

  • public ILogger? Logger

    Where the backend logs.

  • public bool Handheld

    Whether to ask for a handheld device rather than a headset.

Methods (1)

  • public OpenXrOptions()

    How to set the backend up.

Used by (1)

  • OpenXrBackendVixen.Xr.OpenXR