docs.unity.cn
    Show / Hide Table of Contents

    Interface INote

    Readable comments and annotations.

    Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
    Syntax
    public interface INote

    Properties

    AppliesTo

    The target of the note.

    Declaration
    NoteType AppliesTo { get; set; }
    Property Value
    Type Description
    NoteType

    NoteText

    The contents of the note.

    Declaration
    string NoteText { get; set; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 9, 2022
    Terms of use