Class ProjectLocalePopupField
Field to use to select a Locale from the project.
Namespace: UnityEditor.Localization.UI
Syntax
public class ProjectLocalePopupField : PopupField<Locale>
Constructors
ProjectLocalePopupField()
Creates a new instance of the field.
Declaration
public ProjectLocalePopupField()
Methods
ExecuteDefaultActionAtTarget(EventBase)
Supports pressing up and down to change selected Locale.
Declaration
protected override void ExecuteDefaultActionAtTarget(EventBase evt)
Parameters
Type | Name | Description |
---|---|---|
EventBase | evt |