PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeDialogueControls Class Reference

Contains all dialogue (conversation) controls for an DaikonForge Dialogue UI. More...

Inheritance diagram for PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeDialogueControls:
Collaboration diagram for PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeDialogueControls:

Public Member Functions

override void ShowPanel ()
 Shows the main conversation panel, if assigned. More...
 
override void SetActive (bool value)
 Sets the conversation controls active/inactive. More...
 
- Public Member Functions inherited from PixelCrushers.DialogueSystem.AbstractUIControls
void Show ()
 Shows the controls by setting them active. More...
 
void Hide ()
 Hides the controls by setting them inactive. More...
 

Public Attributes

dfPanel panel
 The panel containing the controls. More...
 
DaikonForgeSubtitleControls npcSubtitle
 The NPC subtitle controls. More...
 
DaikonForgeSubtitleControls pcSubtitle
 The PC subtitle controls. More...
 
DaikonForgeResponseMenuControls responseMenu
 The response menu controls. More...
 

Properties

override AbstractUISubtitleControls NPCSubtitle [get]
 
override AbstractUISubtitleControls PCSubtitle [get]
 
override AbstractUIResponseMenuControls ResponseMenu [get]
 
- Properties inherited from PixelCrushers.DialogueSystem.AbstractDialogueUIControls
abstract AbstractUISubtitleControls NPCSubtitle [get]
 Gets the NPC subtitle controls. More...
 
abstract AbstractUISubtitleControls PCSubtitle [get]
 Gets the PC subtitle controls. More...
 
abstract AbstractUIResponseMenuControls ResponseMenu [get]
 Gets the response menu. More...
 

Detailed Description

Contains all dialogue (conversation) controls for an DaikonForge Dialogue UI.

Member Function Documentation

◆ SetActive()

override void PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeDialogueControls.SetActive ( bool  value)
virtual

Sets the conversation controls active/inactive.

Parameters
valuetrue for active, false for inactive.

Reimplemented from PixelCrushers.DialogueSystem.AbstractDialogueUIControls.

◆ ShowPanel()

override void PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeDialogueControls.ShowPanel ( )
virtual

Shows the main conversation panel, if assigned.

Implements PixelCrushers.DialogueSystem.AbstractDialogueUIControls.

Member Data Documentation

◆ npcSubtitle

DaikonForgeSubtitleControls PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeDialogueControls.npcSubtitle

The NPC subtitle controls.

◆ panel

dfPanel PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeDialogueControls.panel

The panel containing the controls.

A panel is optional, but you may want one so you can include additional controls.

◆ pcSubtitle

DaikonForgeSubtitleControls PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeDialogueControls.pcSubtitle

The PC subtitle controls.

◆ responseMenu

DaikonForgeResponseMenuControls PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeDialogueControls.responseMenu

The response menu controls.

Property Documentation

◆ NPCSubtitle

override AbstractUISubtitleControls PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeDialogueControls.NPCSubtitle
get

◆ PCSubtitle

override AbstractUISubtitleControls PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeDialogueControls.PCSubtitle
get

◆ ResponseMenu

override AbstractUIResponseMenuControls PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeDialogueControls.ResponseMenu
get

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