Class LocalizationEditorEvents | Localization | 0.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class LocalizationEditorEvents

    Inheritance
    Object
    LocalizationEditorEvents
    Namespace: UnityEditor.Localization
    Syntax
    public class LocalizationEditorEvents

    Events

    AssetTableEntryAdded

    Declaration
    public event Action<AssetTableCollection, AssetTable, AssetTableEntry> AssetTableEntryAdded
    Event Type
    Type Description
    Action<AssetTableCollection, AssetTable, AssetTableEntry>

    AssetTableEntryRemoved

    Declaration
    public event Action<AssetTableCollection, AssetTable, AssetTableEntry, string> AssetTableEntryRemoved
    Event Type
    Type Description
    Action<AssetTableCollection, AssetTable, AssetTableEntry, String>

    CollectionAdded

    Declaration
    public event Action<LocalizedTableCollection> CollectionAdded
    Event Type
    Type Description
    Action<LocalizedTableCollection>

    CollectionModified

    Declaration
    public event EventHandler<LocalizedTableCollection> CollectionModified
    Event Type
    Type Description
    EventHandler<LocalizedTableCollection>

    CollectionRemoved

    Declaration
    public event Action<LocalizedTableCollection> CollectionRemoved
    Event Type
    Type Description
    Action<LocalizedTableCollection>

    LocaleAdded

    Declaration
    public event Action<Locale> LocaleAdded
    Event Type
    Type Description
    Action<Locale>

    LocaleRemoved

    Declaration
    public event Action<Locale> LocaleRemoved
    Event Type
    Type Description
    Action<Locale>

    TableAddedToCollection

    Declaration
    public event Action<LocalizedTableCollection, LocalizedTable> TableAddedToCollection
    Event Type
    Type Description
    Action<LocalizedTableCollection, LocalizedTable>

    TableEntryAdded

    Declaration
    public event Action<LocalizedTableCollection, SharedTableData.SharedTableEntry> TableEntryAdded
    Event Type
    Type Description
    Action<LocalizedTableCollection, SharedTableData.SharedTableEntry>

    TableEntryRemoved

    Declaration
    public event Action<LocalizedTableCollection, SharedTableData.SharedTableEntry> TableEntryRemoved
    Event Type
    Type Description
    Action<LocalizedTableCollection, SharedTableData.SharedTableEntry>

    TableRemovedFromCollection

    Declaration
    public event Action<LocalizedTableCollection, LocalizedTable> TableRemovedFromCollection
    Event Type
    Type Description
    Action<LocalizedTableCollection, LocalizedTable>
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023