PixelCrushers.DialogueSystem.VoiceoverScriptExporter Class Reference

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

Static Public Member Functions

static void Export (DialogueDatabase database, string filename, bool exportActors, bool exportConversationTitleSeparateColumn, EntrytagFormat entrytagFormat, EncodingType encodingType)
 The main export method.
 

Detailed Description

This part of the Dialogue Editor window contains the voiceover script export code.

Member Function Documentation

◆ Export()

static void PixelCrushers.DialogueSystem.VoiceoverScriptExporter.Export ( DialogueDatabase  database,
string  filename,
bool  exportActors,
bool  exportConversationTitleSeparateColumn,
EntrytagFormat  entrytagFormat,
EncodingType  encodingType 
)
inlinestatic

The main export method.

Exports voiceover scripts to a CSV file for each language.

Parameters
databaseSource database.
filenameTarget CSV filename.
exportActorsIf set to true export actors.
entrytagFormatEntrytag format, which should match Dialogue Manager config.
encodingTypeEncoding type.
exportConversationTitleSeparateColumnAdd column for conversation ID.

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