ExportTextFormat Enumeration
The text formatter to use when exporting text to Json, Unity, Unreal
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public enum ExportTextFormatMembers
| Plain | 0 | Plain text output - all markup is removed |
| Unity | 1 | Simple "rich text" as unity supports it as default ( left/right paragraphs, bold ) |
| TextMeshPro | 2 | advanced "rich text" as unity supports it using TextMeshPro |