docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BootConfigBuilder

    The Boot Config builder exposes a centralized call-site for populating BootConfig options.

    Inheritance
    object
    BootConfigBuilder
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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 key

    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.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, November 1, 2023