Class ScaleField
Custom Field for Panel.scale and scaleOverride property.
Inheritance
ScaleField
Implements
INotifyValueChanged<string>
Inherited Members
PopupField<string>.ussClassName
PopupField<string>.labelUssClassName
PopupField<string>.inputUssClassName
PopupField<string>.SetValueWithoutNotify(string)
PopupField<string>.formatSelectedValueCallback
PopupField<string>.formatListItemCallback
PopupField<string>.value
PopupField<string>.index
BasePopupField<string, string>.ussClassName
BasePopupField<string, string>.textUssClassName
BasePopupField<string, string>.arrowUssClassName
BasePopupField<string, string>.labelUssClassName
BasePopupField<string, string>.inputUssClassName
BasePopupField<string, string>.SetValueWithoutNotify(string)
BasePopupField<string, string>.UpdateMixedValueContent()
BasePopupField<string, string>.textElement
BasePopupField<string, string>.choices
BasePopupField<string, string>.text
BaseField<string>.noLabelVariantUssClassName
BaseField<string>.labelDraggerVariantUssClassName
BaseField<string>.mixedValueLabelUssClassName
BaseField<string>.alignedFieldUssClassName
BaseField<string>.mixedValueString
BaseField<string>.serializedPropertyCopyName
BaseField<string>.UpdateMixedValueContent()
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.Muse.AppUI.Editor.dll
Syntax
public class ScaleField : DropdownField, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IBindable, INotifyValueChanged<string>, IMixedValueSupport
Constructors
ScaleField()
A control that allows the user to pick a choice from a list of options. For more information, refer to.
Declaration
public ScaleField()
ScaleField(string)
A control that allows the user to pick a choice from a list of options. For more information, refer to.
Declaration
public ScaleField(string label)
Parameters
Type | Name | Description |
---|---|---|
string | label |
Implements
UnityEngine.UIElements.INotifyValueChanged<T>