docs.unity3d.com

Localization 1.5.1

Search Results for

    Show / Hide Table of Contents

    Namespace UnityEditor.Localization

    Classes

    AddressableEntryNotFoundException

    This exception is thrown when an asset is expected to be part of the Addressables system. The Localization system uses Addressables for loading Locales, Tables and Table Assets.

    AssetNotPersistentException

    This exception is thrown when an asset is expected to be persistent(saved on disk) but it is not.

    AssetTableCollection

    Contains information on all the tables associated with a table collection name and type.

    AssetTableCollectionExtensionAttribute

    Indicates that the CollectionExtension can be added to a AssetTableCollection and will appear in the add extension menu.

    CollectionExtension

    Allows for attaching additional data or functionality to a StringTableCollection or AssetTableCollection.

    LocalizationEditorEvents

    Common events sent out during interaction with the localization system through the Editor.

    LocalizationEditorSettings

    Provides methods for configuring Localization settings including tables and Locales.

    LocalizationEntryMenuAttribute

    Provides support for adding a menu item to the Localization Tables window entry menu.

    LocalizationExportMenuAttribute

    Provides support for adding a menu item to the Localization Tables window Export dropdown. The method must be static and have the parameters LocalizationTableCollection and DropdownMenu.

    LocalizationImportMenuAttribute

    Provides support for adding a menu item to the Localization Tables window Import dropdown. The method must be static and have the parameters LocalizationTableCollection and DropdownMenu.

    LocalizationProjectSettings

    Contains Editor only localization Settings.

    LocalizationTableCollection

    Editor interface to a collection of tables which all share the same SharedTableData.

    LocalizationTableCollection.Row<TEntry>

    Represents a single Key and its localized values when using GetRowEnumerator.

    StringTableCollection

    Provides methods for managing multiple StringTable in the Editor.

    StringTableCollectionExtensionAttribute

    Indicates that the CollectionExtension can be added to a StringTableCollection and will appear in the add extension menu.

    Enums

    EntryReferenceMethod

    Adds a reference to a table entry in the Editor.

    TableReferenceMethod

    Adds a reference to a table in the Editor.

    In This Article
    • Classes
    • Enums
    Back to top
    Copyright © 2024 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)