Class BootConfigBuilder
The Boot Config builder exposes a centralized call-site for populating BootConfig options.
Inherited Members
Namespace: UnityEditor.XR.OpenXR.Features
Assembly: solution.dll
Syntax
public class BootConfigBuilder
Methods
Name | Description |
---|---|
SetBootConfigBoolean(string, bool) | Method for setting a specific BOOLEAN config option. This method ensures a consistent method for writing a boolean value |
SetBootConfigValue(string, string) | Method for setting a specific boot config option, given the key and the string value to store. |
TryGetBootConfigBoolean(string, out bool) | Return a boolean based on the value stored at |
TryGetBootConfigValue(string, out string) | Get a config value from the boot config, given a specific key. |
TryRemoveBootConfigEntry(string) | Try and remove an entry from the boot config. |