PixelCrushers.DialogueSystem.DialogueDatabaseEditor Class Reference

Custom inspector editor for dialogue database assets. More...

Inheritance diagram for PixelCrushers.DialogueSystem.DialogueDatabaseEditor:
Collaboration diagram for PixelCrushers.DialogueSystem.DialogueDatabaseEditor:

Public Types

enum  RefreshSource { RefreshSource.None, RefreshSource.ChatMapper, RefreshSource.ArticyDraft, RefreshSource.AuroraToolset }
 

Public Member Functions

override void OnInspectorGUI ()
 Draws the inspector GUI. More...
 

Public Attributes

RefreshSource refreshSource = RefreshSource.None
 The refresh source for the quick Refresh button. More...
 

Static Public Attributes

static DialogueDatabaseEditor instance = null
 

Detailed Description

Custom inspector editor for dialogue database assets.

Member Enumeration Documentation

◆ RefreshSource

Enumerator
None 
ChatMapper 
ArticyDraft 
AuroraToolset 

Member Function Documentation

◆ OnInspectorGUI()

override void PixelCrushers.DialogueSystem.DialogueDatabaseEditor.OnInspectorGUI ( )

Draws the inspector GUI.

Provides extra features such a button to open the Dialogue Editor window, and a quick reconvert button.

Member Data Documentation

◆ instance

DialogueDatabaseEditor PixelCrushers.DialogueSystem.DialogueDatabaseEditor.instance = null
static

◆ refreshSource

RefreshSource PixelCrushers.DialogueSystem.DialogueDatabaseEditor.refreshSource = RefreshSource.None

The refresh source for the quick Refresh button.


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