|
delegate void | PixelCrushers.DialogueSystem.DialogueEditor.DrawAssetInspectorDelegate (DialogueDatabase database, Asset asset) |
| Draw additional information in actor, item, and location inspectors.
|
|
delegate void | PixelCrushers.DialogueSystem.DialogueEditor.DrawConversationInspectorDelegate (DialogueDatabase database, Conversation conversation) |
| Draw additional information in conversation inspector.
|
|
delegate void | PixelCrushers.DialogueSystem.DialogueEditor.DrawDialogueEntryInspectorDelegate (DialogueDatabase database, DialogueEntry entry) |
| Draw additional information in dialogue entry inspector.
|
|
delegate void | PixelCrushers.DialogueSystem.DialogueEditor.DrawDialogueEntryNodeDelegate (DialogueDatabase database, DialogueEntry entry, Rect boxRect) |
| Draw additional information on a dialogue entry node in the node editor.
|
|
delegate void | PixelCrushers.DialogueSystem.DialogueEditor.SetupGenericDialogueEditorMenuDelegate (DialogueDatabase database, GenericMenu menu) |
| Add menu items to the Dialogue Editor's Conversation section Menu dropdown.
|
|
delegate void | PixelCrushers.DialogueSystem.DialogueEditor.SetupDialogueEntryNodeContextMenuDelegate (DialogueDatabase database, DialogueEntry entry, GenericMenu menu) |
| Add menu items to the context menu that appears when you right-click on a dialogue entry node.
|
|
delegate void | PixelCrushers.DialogueSystem.DialogueEditor.GlobalSearchDelegate (DialogueDatabase database, string conversationTitle, string searchText, ref string result) |
| Perform additional global search.
|
|
delegate void | PixelCrushers.DialogueSystem.DialogueEditor.GlobalSearchAndReplaceDelegate (DialogueDatabase database, string conversationTitle, string searchText, string replaceText) |
| Perform additional global search & replace.
|
|