PixelCrushers.DialogueSystem.ChatMapper.ChatMapperTools Class Reference

To allow for platform-dependent compilation, these methods have been moved out of ChatMapperProject.cs, which is precompiled into a DLL. More...

Static Public Member Functions

static ChatMapperProject Load (TextAsset xmlFile)
 Creates a ChatMapperProject loaded from an XML file. More...
 
static ChatMapperProject Load (string filename)
 Creates a ChatMapperProject loaded from an XML file. More...
 
static void Save (ChatMapperProject chatMapperProject, string filename)
 Saves a ChatMapperProject as XML with the specified filename. More...
 

Detailed Description

To allow for platform-dependent compilation, these methods have been moved out of ChatMapperProject.cs, which is precompiled into a DLL.

Member Function Documentation

◆ Load() [1/2]

static ChatMapperProject PixelCrushers.DialogueSystem.ChatMapper.ChatMapperTools.Load ( string  filename)
static

Creates a ChatMapperProject loaded from an XML file.

Parameters
filenameFilename of an XML file.

◆ Load() [2/2]

static ChatMapperProject PixelCrushers.DialogueSystem.ChatMapper.ChatMapperTools.Load ( TextAsset  xmlFile)
static

Creates a ChatMapperProject loaded from an XML file.

Parameters
xmlFileXML file asset.

◆ Save()

static void PixelCrushers.DialogueSystem.ChatMapper.ChatMapperTools.Save ( ChatMapperProject  chatMapperProject,
string  filename 
)
static

Saves a ChatMapperProject as XML with the specified filename.

Parameters
filenameFilename to save.

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