Class LocalizedTableEditor | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class LocalizedTableEditor

    Inheritance
    System.Object
    LocalizedTableEditor
    LocalizedAssetTableEditor<TObject>
    StringTableEditor
    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()
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX