Class FeatureSetDropdown
Class FeatureSetDropdown.
Inherited Members
UnityEngine.EventSystems.UIBehaviour.OnValidate()
UnityEngine.EventSystems.UIBehaviour.Reset()
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
Destroy()
Destroys this instance.
Declaration
public void Destroy()
Implements
Expand(Boolean)
Expands the specified expand.
Declaration
public void Expand(bool expand)
Parameters
Type | Name | Description |
---|---|---|
Boolean | expand | if set to |
Implements
OnEnable()
Called when [enable].
Declaration
protected override void OnEnable()
Overrides
RemoveChild(IFeatureButton)
Removes the child.
Declaration
public void RemoveChild(IFeatureButton child)
Parameters
Type | Name | Description |
---|---|---|
IFeatureButton | child | The child. |
Implements
SetAvailability(FeatureAvailability)
Sets the availability.
Declaration
public void SetAvailability(FeatureAvailability featureAvailability)
Parameters
Type | Name | Description |
---|---|---|
FeatureAvailability | featureAvailability | The feature availability. |
Implements
SetDisplayInfo(DisplayInfoContent)
Sets the display information.
Declaration
public void SetDisplayInfo(DisplayInfoContent info)
Parameters
Type | Name | Description |
---|---|---|
DisplayInfoContent | info | The information. |
Implements
SetIcon(Texture2D)
Sets the icon.
Declaration
public void SetIcon(Texture2D icon)
Parameters
Type | Name | Description |
---|---|---|
Texture2D | icon | The icon. |
Implements
SetLabel(String)
Sets the label.
Declaration
public void SetLabel(string label)
Parameters
Type | Name | Description |
---|---|---|
String | label | The label. |
Implements
SetPriceInformation(PriceInformation)
Sets the price information.
Declaration
public void SetPriceInformation(PriceInformation priceInformation)
Parameters
Type | Name | Description |
---|---|---|
PriceInformation | priceInformation | The price information. |
Implements
Start()
Starts this instance.
Declaration
protected override void Start()