docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IFile

    Container for localization material extracted from an entire single document, or another high-level, self-contained logical node in a content structure that cannot be described in the terms of documents.

    Inherited Members
    IGroupCollection.GroupCount
    IGroupCollection.GetGroup(int)
    IGroupCollection.AddGroup(IGroup)
    IGroupCollection.RemoveGroup(IGroup)
    IGroupCollection.AddNewGroup()
    ITranslationUnitCollection.TranslationUnitCount
    ITranslationUnitCollection.GetTranslationUnit(int)
    ITranslationUnitCollection.AddTranslationUnit(ITranslationUnit)
    ITranslationUnitCollection.RemoveTranslationUnit(ITranslationUnit)
    ITranslationUnitCollection.AddNewTranslationUnit()
    INoteCollection.NoteCount
    INoteCollection.GetNote(int)
    INoteCollection.AddNote(INote)
    INoteCollection.RemoveNote(INote)
    INoteCollection.AddNewNote()
    Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
    Assembly: Unity.Localization.Editor.dll
    Syntax
    public interface IFile : IGroupCollection, ITranslationUnitCollection, INoteCollection

    Properties

    Name Description
    Id

    The Id of the original document. By default this is the StringTable asset guid.

    Original

    The location of the original document from which the content of the enclosing elements are extracted. By default this is the StringTable path.

    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)