PixelCrushers.DialogueSystem.Articy.ArticyEditorTools Class Reference

This static utility class contains editor-side tools for working with Articy data. More...

Static Public Member Functions

static bool FileContainsSchemaId (string xmlFilename, string schemaId)
 Checks the first few lines of an XML file for a schema identifier. More...
 
static void FindPortraitTexturesInAssetDatabase (DialogueDatabase database, string portraitFolder)
 Search the portraitFolder in the Asset Database for all actors' portrait images. More...
 
static void FindPortraitTextureInAssetDatabase (Actor actor, string portraitFolder)
 

Detailed Description

This static utility class contains editor-side tools for working with Articy data.

Member Function Documentation

◆ FileContainsSchemaId()

static bool PixelCrushers.DialogueSystem.Articy.ArticyEditorTools.FileContainsSchemaId ( string  xmlFilename,
string  schemaId 
)
static

Checks the first few lines of an XML file for a schema identifier.

Returns
true if it contains the schema identifier.
Parameters
xmlFilenameName of the XML file to check.
schemaIdSchema identifier to check for.

◆ FindPortraitTextureInAssetDatabase()

static void PixelCrushers.DialogueSystem.Articy.ArticyEditorTools.FindPortraitTextureInAssetDatabase ( Actor  actor,
string  portraitFolder 
)
static

◆ FindPortraitTexturesInAssetDatabase()

static void PixelCrushers.DialogueSystem.Articy.ArticyEditorTools.FindPortraitTexturesInAssetDatabase ( DialogueDatabase  database,
string  portraitFolder 
)
static

Search the portraitFolder in the Asset Database for all actors' portrait images.

Parameters
databaseDialogue database.
portraitFolderPortrait folder in Assets, typically provided from ConverterPrefs.PortraitFolder.

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