PixelCrushers.DialogueSystem.ScreenplayExporter Class Reference

This part of the Dialogue Editor window contains the screenplay export code. More...

Static Public Member Functions

static void Export (DialogueDatabase database, string filename, EncodingType encodingType, bool omitNoneSequenceEntries)
 The main export method.
 

Detailed Description

This part of the Dialogue Editor window contains the screenplay export code.

Member Function Documentation

◆ Export()

static void PixelCrushers.DialogueSystem.ScreenplayExporter.Export ( DialogueDatabase  database,
string  filename,
EncodingType  encodingType,
bool  omitNoneSequenceEntries 
)
inlinestatic

The main export method.

Exports screenplay text files for each language.

Parameters
databaseSource database.
filenameTarget filename.
encodingTypeEncoding type.
omitNoneSequenceEntriesOmit lines whose Sequence fields are set to None() or Continue().

The documentation for this class was generated from the following file: