csharp
public readonly record struct HeadlessPlatformOptionsWhat 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 OrganisationThe publisher name used to place /data and /cache.
public string ApplicationThe application name used to place /data and /cache.
public IFileSystemHost? FileSystemWhere 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 (11)
- HeadlessLifecycleTestsVixen.Platform.Headless.Tests
- HeadlessPlatformVixen.Platform.Headless
- HeadlessPlatformTestsVixen.Platform.Headless.Tests
- PlatformExtensionsTestsVixen.Platform.Headless.Tests
- AppBackendTestsVixen.App.Tests
- HostedEngineTestsVixen.App.Tests
- HostedRendererTestsVixen.App.Tests
- PlatformHostVixen.App
- RemoteContentMountTestsVixen.App.Tests
- StartupSceneTestsVixen.App.Tests
- VixenApplicationTestsVixen.App.Tests