Click or drag to resize

ExportTextFormat Enumeration

The text formatter to use when exporting text to Json, Unity, Unreal

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public enum ExportTextFormat
Members
  Member nameValueDescription
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