docs.unity3d.com
    Show / Hide Table of Contents

    Class FeatureSetDropdown

    Class FeatureSetDropdown.

    Inheritance
    Object
    UIBehaviour
    ToggleGroup
    FeatureSetDropdown
    Inherited Members
    ToggleGroup.m_Toggles
    ToggleGroup.NotifyToggleOn(Toggle, Boolean)
    ToggleGroup.UnregisterToggle(Toggle)
    ToggleGroup.RegisterToggle(Toggle)
    ToggleGroup.EnsureValidState()
    ToggleGroup.AnyTogglesOn()
    ToggleGroup.ActiveToggles()
    ToggleGroup.GetFirstActiveToggle()
    ToggleGroup.SetAllTogglesOff(Boolean)
    ToggleGroup.allowSwitchOff
    UIBehaviour.Awake()
    UIBehaviour.OnDisable()
    UIBehaviour.OnDestroy()
    UIBehaviour.IsActive()
    UnityEngine.EventSystems.UIBehaviour.OnValidate()
    UnityEngine.EventSystems.UIBehaviour.Reset()
    UIBehaviour.OnRectTransformDimensionsChange()
    UIBehaviour.OnBeforeTransformParentChanged()
    UIBehaviour.OnTransformParentChanged()
    UIBehaviour.OnDidApplyAnimationProperties()
    UIBehaviour.OnCanvasGroupChanged()
    UIBehaviour.OnCanvasHierarchyChanged()
    UIBehaviour.IsDestroyed()
    Namespace: UnityEngine.Industrial.Configuring.RuntimeUI
    Syntax
    public class FeatureSetDropdown : ToggleGroup, IFeatureSetDropdown

    Methods

    AddChild(IFeatureButton)

    Adds the child.

    Declaration
    public void AddChild(IFeatureButton child)
    Parameters
    Type Name Description
    IFeatureButton child

    The child.

    Implements
    IFeatureSetDropdown.AddChild(IFeatureButton)

    Destroy()

    Destroys this instance.

    Declaration
    public void Destroy()
    Implements
    IFeatureSetDropdown.Destroy()

    Expand(Boolean)

    Expands the specified expand.

    Declaration
    public void Expand(bool expand)
    Parameters
    Type Name Description
    Boolean expand

    if set to true [expand].

    Implements
    IFeatureSetDropdown.Expand(Boolean)

    OnEnable()

    Called when [enable].

    Declaration
    protected override void OnEnable()
    Overrides
    ToggleGroup.OnEnable()

    RemoveChild(IFeatureButton)

    Removes the child.

    Declaration
    public void RemoveChild(IFeatureButton child)
    Parameters
    Type Name Description
    IFeatureButton child

    The child.

    Implements
    IFeatureSetDropdown.RemoveChild(IFeatureButton)

    SetAvailability(FeatureAvailability)

    Sets the availability.

    Declaration
    public void SetAvailability(FeatureAvailability featureAvailability)
    Parameters
    Type Name Description
    FeatureAvailability featureAvailability

    The feature availability.

    Implements
    IFeatureSetDropdown.SetAvailability(FeatureAvailability)

    SetDisplayInfo(DisplayInfoContent)

    Sets the display information.

    Declaration
    public void SetDisplayInfo(DisplayInfoContent info)
    Parameters
    Type Name Description
    DisplayInfoContent info

    The information.

    Implements
    IFeatureSetDropdown.SetDisplayInfo(DisplayInfoContent)

    SetIcon(Texture2D)

    Sets the icon.

    Declaration
    public void SetIcon(Texture2D icon)
    Parameters
    Type Name Description
    Texture2D icon

    The icon.

    Implements
    IFeatureSetDropdown.SetIcon(Texture2D)

    SetLabel(String)

    Sets the label.

    Declaration
    public void SetLabel(string label)
    Parameters
    Type Name Description
    String label

    The label.

    Implements
    IFeatureSetDropdown.SetLabel(String)

    SetPriceInformation(PriceInformation)

    Sets the price information.

    Declaration
    public void SetPriceInformation(PriceInformation priceInformation)
    Parameters
    Type Name Description
    PriceInformation priceInformation

    The price information.

    Implements
    IFeatureSetDropdown.SetPriceInformation(PriceInformation)

    Start()

    Starts this instance.

    Declaration
    protected override void Start()
    Overrides
    ToggleGroup.Start()
    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