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 |