Vixen
dd8b0a81
csharp
public readonly record struct HeadlessPlatformOptions

What to build a HeadlessPlatform out of.

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

Fields and properties (3)

  • public string Organisation

    The publisher name used to place /data and /cache.

  • public string Application

    The application name used to place /data and /cache.

  • public IFileSystemHost? FileSystem

    Where files live, or for the OS's standard locations under Organisation and Application.

Methods (1)

  • public HeadlessPlatformOptions()

    What to build a HeadlessPlatform out of.

Used by (22)

  • AccessibilityWiringTestsVixen.Platform.Ui.Tests
  • HeadlessLifecycleTestsVixen.Platform.Headless.Tests
  • HeadlessPlatformVixen.Platform.Headless
  • HeadlessPlatformTestsVixen.Platform.Headless.Tests
  • PlatformExtensionsTestsVixen.Platform.Headless.Tests
  • AppBackendTestsVixen.App.Tests
  • CountingFactoryVixen.App.Tests
  • DeviceLossTestsVixen.App.Tests
  • EditorHostTestsVixen.Editor.App.Tests
  • FrameCaptureTestsVixen.App.Tests
  • HeadlessFlagTestsVixen.App.Tests
  • HostedEngineTestsVixen.App.Tests
  • HostedOverlayTestsVixen.App.Tests
  • HostedRendererTestsVixen.App.Tests
  • LogConfigFileTestsVixen.App.Tests
  • PinningPlatformVixen.App.Tests
  • PlatformHostVixen.App
  • RemoteContentMountTestsVixen.App.Tests
  • StartupSceneTestsVixen.App.Tests
  • TestAppVixen.App.Tests
  • TraceExportTestsVixen.App.Tests
  • VixenApplicationTestsVixen.App.Tests