docs.unity3d.com
    目次を表示する/隠す

    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(Int32)
    IGroupCollection.AddGroup(IGroup)
    IGroupCollection.RemoveGroup(IGroup)
    IGroupCollection.AddNewGroup()
    ITranslationUnitCollection.TranslationUnitCount
    ITranslationUnitCollection.GetTranslationUnit(Int32)
    ITranslationUnitCollection.AddTranslationUnit(ITranslationUnit)
    ITranslationUnitCollection.RemoveTranslationUnit(ITranslationUnit)
    ITranslationUnitCollection.AddNewTranslationUnit()
    INoteCollection.NoteCount
    INoteCollection.GetNote(Int32)
    INoteCollection.AddNote(INote)
    INoteCollection.RemoveNote(INote)
    INoteCollection.AddNewNote()
    Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
    Syntax
    public interface IFile : IGroupCollection, ITranslationUnitCollection, INoteCollection

    Properties

    Id

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

    Declaration
    string Id { get; set; }
    Property Value
    Type Description
    String

    Original

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

    Declaration
    string Original { get; set; }
    Property Value
    Type Description
    String
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)