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
C#
public enum ExportTextFormat

Members

Plain0 Plain text output - all markup is removed
Unity1 Simple "rich text" as unity supports it as default ( left/right paragraphs, bold )
TextMeshPro2 advanced "rich text" as unity supports it using TextMeshPro

See Also