Class OpenXRFeatureSetManager.FeatureSet | OpenXR Plugin | 0.1.2-preview.2
docs.unity3d.com
    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
    Syntax
    public class FeatureSet

    Fields

    description

    Description of this feature set.

    Declaration
    public string description
    Field Value
    Type Description
    String

    downloadLink

    The URI string used to link to external documentation.

    Declaration
    public string downloadLink
    Field Value
    Type Description
    String

    downloadText

    The text to be shown with the downloadLink.

    Declaration
    public string downloadText
    Field Value
    Type Description
    String

    featureIds

    The set of features that this feature set menages.

    Declaration
    public string[] featureIds
    Field Value
    Type Description
    String[]

    featureSetId

    The feature set id as defined in FeatureSetId.

    Declaration
    public string featureSetId
    Field Value
    Type Description
    String

    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.

    Declaration
    public bool isEnabled
    Field Value
    Type Description
    Boolean

    isInstalled

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

    Declaration
    public bool isInstalled
    Field Value
    Type Description
    Boolean

    name

    The name that displays in the UI.

    Declaration
    public string name
    Field Value
    Type Description
    String
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023