docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ShowWindow

    ShowWindow()

    Opens the window in the Editor.

    Declaration
    [MenuItem("Window/Asset Management/Localization Tables")]
    public static void ShowWindow()

    ShowWindow(LocalizationTableCollection)

    Opens the window in the Editor and selects selectedcollection for editing.

    Declaration
    public static void ShowWindow(LocalizationTableCollection selectedcollection)
    Parameters
    Type Name Description
    LocalizationTableCollection selectedcollection

    ShowWindow(TableReference, TableEntryReference)

    Opens the window in the Editor and selects the table collection and entry for editing.

    Declaration
    public static void ShowWindow(TableReference tableReference, TableEntryReference tableEntryReference)
    Parameters
    Type Name Description
    TableReference tableReference

    The entry to highlight for editing.

    TableEntryReference tableEntryReference

    The table to select for editing.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)