PixelCrushers.DialogueSystem.Articy Namespace Reference

Namespaces

namespace  Articy_1_4
 
namespace  Articy_2_2
 
namespace  Articy_2_4
 
namespace  Articy_3_1
 

Classes

class  ArticyConverter
 This class does the actual work of converting ArticyData (version-independent articy:draft data) into a dialogue database. More...
 
class  ArticyConverterWindow
 articy:draft converter window. More...
 
class  ArticyData
 Every version of articy:draft introduces a new XML schema. More...
 
class  ArticyEditorTools
 This static utility class contains editor-side tools for working with Articy data. More...
 
class  ArticyEmVars
 
class  ArticyEmVarSet
 
class  ArticyLuaFunctions
 Implements articy:expresso functions. More...
 
class  ArticySchemaEditorTools
 This static utility class loads an arbitrary articy XML file as a schema-independent ArticyData object, regardless of what version of articy generated the XML file. More...
 
class  ArticySchemaTools
 This static utility class loads an arbitrary articy XML as a schema-independent ArticyData object, regardless of what version of articy generated the XML file. More...
 
class  ArticyTools
 This static utility class contains tools for working with Articy data. More...
 
class  ConversionSetting
 The current conversion preference for an articy element. More...
 
class  ConversionSettings
 This class contains articy project conversion settings. More...
 
class  ConverterPrefs
 This class manages articy converter prefs. More...
 
class  ConverterPrefsTools
 This class provides editor tools to manage articy converter prefs. More...
 

Enumerations

enum  EntityCategory { EntityCategory.NPC, EntityCategory.Player, EntityCategory.Item, EntityCategory.Quest }
 An articy Entity can be an NPC, Player, Item, or Quest. More...
 

Enumeration Type Documentation

◆ EntityCategory

An articy Entity can be an NPC, Player, Item, or Quest.

This enum is used to allow the user to specify the type of the entity so it can be imported properly as a dialogue database.

Enumerator
NPC 
Player 
Item 
Quest