Class ProjectLocalePopupField
Field to use to select a Locale from the project.
Inheritance
ProjectLocalePopupField
Implements
Inherited Members
PopupField<Locale>.ussClassName
PopupField<Locale>.labelUssClassName
PopupField<Locale>.inputUssClassName
PopupField<Locale>.SetValueWithoutNotify(Locale)
PopupField<Locale>.formatSelectedValueCallback
PopupField<Locale>.formatListItemCallback
PopupField<Locale>.value
PopupField<Locale>.index
BasePopupField<Locale, Locale>.ussClassName
BasePopupField<Locale, Locale>.textUssClassName
BasePopupField<Locale, Locale>.arrowUssClassName
BasePopupField<Locale, Locale>.labelUssClassName
BasePopupField<Locale, Locale>.inputUssClassName
BasePopupField<Locale, Locale>.SetValueWithoutNotify(Locale)
BasePopupField<Locale, Locale>.ExecuteDefaultActionAtTarget(EventBase)
BasePopupField<Locale, Locale>.textElement
BasePopupField<Locale, Locale>.text
BaseField<Locale>.noLabelVariantUssClassName
BaseField<Locale>.labelDraggerVariantUssClassName
BaseField<Locale>.rawValue
BaseField<Locale>.labelElement
BaseField<Locale>.label
VisualElement.ExecuteDefaultAction(EventBase)
VisualElement.Focus()
VisualElement.Overlaps(Rect)
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: UnityEditor.Localization.UI
Assembly: Unity.Localization.Editor.dll
Syntax
public class ProjectLocalePopupField : PopupField<Locale>, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IBindable, INotifyValueChanged<Locale>
Constructors
Name | Description |
---|---|
ProjectLocalePopupField() | Creates a new instance of the field. |
Methods
Name | Description |
---|---|
ExecuteDefaultActionAtTarget(EventBase) | Supports pressing up and down to change selected Locale. |