docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface INoteCollection

    Holds a collection of INote.

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

    Properties

    Name Description
    NoteCount

    Returns the number of notes in the collection.

    Methods

    Name Description
    AddNewNote()

    Add a new note to the collection and returns it.

    AddNote(INote)

    Adds a note to the collection.

    GetNote(int)

    Returns the note for the requested index.

    RemoveNote(INote)

    Removes the note 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)