Class LocalizedTableEditor
Inheritance
System.Object
LocalizedTableEditor
Namespace: UnityEditor.Localization
Syntax
public class LocalizedTableEditor : UIElementsEditor
Properties
Tables
Tables being edited when in TableEditor mode.
Declaration
public virtual List<LocalizedTable> Tables { get; set; }
Property Value
Type | Description |
---|---|
List<LocalizedTable> |
Methods
CreateInspectorGUI()
Declaration
public override VisualElement CreateInspectorGUI()
Returns
Type | Description |
---|---|
VisualElement |
OnEnable()
Declaration
public virtual void OnEnable()
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
UndoRedoPerformed()
Declaration
protected virtual void UndoRedoPerformed()
UpdateAddressable()
Declaration
protected void UpdateAddressable()