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

    Class StringTableEditor

    Inheritance
    System.Object
    LocalizedTableEditor
    StringTableEditor
    Inherited Members
    LocalizedTableEditor.OnEnable()
    LocalizedTableEditor.UpdateAddressable()
    LocalizedTableEditor.OnInspectorGUI()
    Namespace: UnityEditor.Localization
    Syntax
    public class StringTableEditor : LocalizedTableEditor

    Properties

    Tables

    Declaration
    public override List<LocalizedTable> Tables { set; }
    Property Value
    Type Description
    List<LocalizedTable>
    Overrides
    LocalizedTableEditor.Tables

    Methods

    CreateInspectorGUI()

    Declaration
    public override VisualElement CreateInspectorGUI()
    Returns
    Type Description
    VisualElement
    Overrides
    LocalizedTableEditor.CreateInspectorGUI()

    UndoRedoPerformed()

    Declaration
    protected override void UndoRedoPerformed()
    Overrides
    LocalizedTableEditor.UndoRedoPerformed()
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX