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. |