docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ITranslationUnitCollection

    Holds a collection of ITranslationUnit.

    Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
    Assembly: Unity.Localization.Editor.dll
    Syntax
    public interface ITranslationUnitCollection

    Properties

    Name Description
    TranslationUnitCount

    The number of translation units in the collection.

    Methods

    Name Description
    AddNewTranslationUnit()

    Adds a new translation unit to the collection and returns it.

    AddTranslationUnit(ITranslationUnit)

    Adds the translation unit to the collection.

    GetTranslationUnit(int)

    Returns the translation unit for the selected index.

    RemoveTranslationUnit(ITranslationUnit)

    Removes the translation unit from the collection.

    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)