docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class OpenXRFeatureSetManager.FeatureSet

    Description of a known (either built-in or found) feature set.

    Inheritance
    object
    OpenXRFeatureSetManager.FeatureSet
    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 OpenXRFeatureSetManager.FeatureSet

    Fields

    Name Description
    defaultFeatureIds

    The set of default features that this feature set manages.

    description

    Description of this feature set.

    downloadLink

    The URI string used to link to external documentation.

    downloadText

    The text to be shown with the downloadLink.

    featureIds

    The set of features that this feature set menages.

    featureSetId

    The feature set id as defined in FeatureSetId.

    isEnabled

    Toggles the enabled state for this feature. Impacts the effect of SetFeaturesFromEnabledFeatureSets(BuildTargetGroup). If you change this value, you must call SetFeaturesFromEnabledFeatureSets(BuildTargetGroup) to reflect that change on the actual feature sets.

    isInstalled

    State that tracks whether this feature set is built in or was detected after the user installed it.

    name

    The name that displays in the UI.

    requiredFeatureIds

    The set of required features that this feature set manages.

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