Enum NoteType
The target of the note.
Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
Syntax
public enum NoteType
Fields
| Name | Description | Value |
|---|---|---|
| General | General note that applies to the whole entry. |
0 |
| Source | Note that only applies to the source language. |
1 |
| Target | Note that only applies to the target language. |
2 |