csharp
public readonly record struct OpenXrOptionsHow 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 ApplicationNameWhat to tell the runtime the application is called.
public ILogger? LoggerWhere the backend logs.
public bool HandheldWhether 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