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 |
---|---|
Set |
Method for setting a specific BOOLEAN config option. This method ensures a consistent method for writing a boolean value |
Set |
Method for setting a specific boot config option, given the key and the string value to store. |
Try |
Return a boolean based on the value stored at |
Try |
Get a config value from the boot config, given a specific key. |
Try |
Try and remove an entry from the boot config. |