Class ThemeField
Custom Field for Panel.theme and themeOverride property.
Inheritance
ThemeField
Implements
INotifyValueChanged<string>
Inherited Members
DropdownField.ExecuteDefaultActionAtTarget(EventBase)
DropdownField.UpdateMixedValueContent()
BaseField<string>.ussClassName
BaseField<string>.labelUssClassName
BaseField<string>.inputUssClassName
BaseField<string>.noLabelVariantUssClassName
BaseField<string>.labelDraggerVariantUssClassName
BaseField<string>.mixedValueLabelUssClassName
BaseField<string>.alignedFieldUssClassName
BaseField<string>.mixedValueString
BaseField<string>.serializedPropertyCopyName
BaseField<string>.rawValue
BaseField<string>.labelElement
BaseField<string>.label
BaseField<string>.showMixedValue
BaseField<string>.mixedValueLabel
VisualElement.ExecuteDefaultAction(EventBase)
VisualElement.Focus()
VisualElement.Overlaps(Rect)
VisualElement.ToString()
VisualElement.GetFirstOfType<T>()
VisualElement.GetFirstAncestorOfType<T>()
VisualElement.canGrabFocus
VisualElement.focusController
VisualElement.cacheAsBitmap
CallbackEventHandler.RegisterCallback<TEventType>(EventCallback<TEventType>, TrickleDown)
CallbackEventHandler.RegisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TUserArgsType, TrickleDown)
CallbackEventHandler.UnregisterCallback<TEventType>(EventCallback<TEventType>, TrickleDown)
CallbackEventHandler.UnregisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TrickleDown)
Namespace: Unity.AppUI.Editor
Assembly: Unity.AppUI.Editor.dll
Syntax
public class ThemeField : DropdownField, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IBindable, INotifyValueChanged<string>, IMixedValueSupport
Constructors
ThemeField()
A control that allows the user to pick a choice from a list of options. For more information, refer to.
Declaration
public ThemeField()
ThemeField(string)
A control that allows the user to pick a choice from a list of options. For more information, refer to.
Declaration
public ThemeField(string label)
Parameters
Type | Name | Description |
---|---|---|
string | label |
Implements
UnityEngine.UIElements.INotifyValueChanged<T>