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