docs.unity3d.com
    Show / Hide Table of Contents

    Class CollectionExtension

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

    Inheritance
    Object
    CollectionExtension
    CsvExtension
    GoogleSheetsExtension
    Namespace: UnityEditor.Localization
    Syntax
    [Serializable]
    public class CollectionExtension

    Properties

    TargetCollection

    The collection this extension is attached to.

    Declaration
    public LocalizationTableCollection TargetCollection { get; }
    Property Value
    Type Description
    LocalizationTableCollection

    Methods

    Destroy()

    Called when the Extension is removed from the table collection.

    Declaration
    public virtual void Destroy()

    Initialize()

    Called when the Extension is first added to the table collection.

    Declaration
    public virtual void Initialize()
    In This Article
    • Properties
      • TargetCollection
    • Methods
      • Destroy()
      • Initialize()
    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