PixelCrushers.DialogueSystem.UnityGUI.UnityDialogueControls Class Reference

Contains all dialogue (conversation) controls for a Unity Dialogue UI. More...

Inheritance diagram for PixelCrushers.DialogueSystem.UnityGUI.UnityDialogueControls:
Collaboration diagram for PixelCrushers.DialogueSystem.UnityGUI.UnityDialogueControls:

Public Member Functions

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

Public Attributes

GUIControl panel
 The alert panel.
 
UnitySubtitleControls npcSubtitle
 The NPC subtitle controls.
 
UnitySubtitleControls pcSubtitle
 The PC subtitle controls.
 
UnityResponseMenuControls responseMenu
 The response menu controls.
 

Properties

override AbstractUISubtitleControls npcSubtitleControls [get]
 
override AbstractUISubtitleControls pcSubtitleControls [get]
 
override AbstractUIResponseMenuControls responseMenuControls [get]
 
- Properties inherited from PixelCrushers.DialogueSystem.AbstractDialogueUIControls
AbstractUISubtitleControls npcSubtitleControls [get]
 Gets the NPC subtitle controls.
 
AbstractUISubtitleControls pcSubtitleControls [get]
 Gets the PC subtitle controls.
 
AbstractUIResponseMenuControls responseMenuControls [get]
 Gets the response menu.
 

Detailed Description

Contains all dialogue (conversation) controls for a Unity Dialogue UI.

Member Function Documentation

◆ SetActive()

override void PixelCrushers.DialogueSystem.UnityGUI.UnityDialogueControls.SetActive ( bool  value)
inline

◆ ShowPanel()

override void PixelCrushers.DialogueSystem.UnityGUI.UnityDialogueControls.ShowPanel ( )
inline

Member Data Documentation

◆ npcSubtitle

UnitySubtitleControls PixelCrushers.DialogueSystem.UnityGUI.UnityDialogueControls.npcSubtitle

The NPC subtitle controls.

◆ panel

GUIControl PixelCrushers.DialogueSystem.UnityGUI.UnityDialogueControls.panel

The alert panel.

A panel is optional, but you may want one so you can include a background image, panel-wide effects, etc.

◆ pcSubtitle

UnitySubtitleControls PixelCrushers.DialogueSystem.UnityGUI.UnityDialogueControls.pcSubtitle

The PC subtitle controls.

◆ responseMenu

UnityResponseMenuControls PixelCrushers.DialogueSystem.UnityGUI.UnityDialogueControls.responseMenu

The response menu controls.

Property Documentation

◆ npcSubtitleControls

override AbstractUISubtitleControls PixelCrushers.DialogueSystem.UnityGUI.UnityDialogueControls.npcSubtitleControls
get

◆ pcSubtitleControls

override AbstractUISubtitleControls PixelCrushers.DialogueSystem.UnityGUI.UnityDialogueControls.pcSubtitleControls
get

◆ responseMenuControls

override AbstractUIResponseMenuControls PixelCrushers.DialogueSystem.UnityGUI.UnityDialogueControls.responseMenuControls
get

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