PixelCrushers.DialogueSystem.AbstractDialogueUIControls Class Referenceabstract

Abstract dialogue user interface controls. More...

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

Public Member Functions

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.
 

Properties

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

Abstract dialogue user interface controls.

This class collects the various control groups used by the conversation interface. Each GUI system implementation derives its own subclass from this.

Member Function Documentation

◆ SetActive()

override void PixelCrushers.DialogueSystem.AbstractDialogueUIControls.SetActive ( bool  value)
inline

Sets the conversation controls active/inactive.

Parameters
valuetrue for active, false for inactive.

◆ ShowPanel()

void PixelCrushers.DialogueSystem.AbstractDialogueUIControls.ShowPanel ( )
abstract

Shows the main conversation panel, if assigned.

Property Documentation

◆ npcSubtitleControls

AbstractUISubtitleControls PixelCrushers.DialogueSystem.AbstractDialogueUIControls.npcSubtitleControls
getabstract

Gets the NPC subtitle controls.

The NPC subtitle controls.

◆ pcSubtitleControls

AbstractUISubtitleControls PixelCrushers.DialogueSystem.AbstractDialogueUIControls.pcSubtitleControls
getabstract

Gets the PC subtitle controls.

The PC subtitle controls.

◆ responseMenuControls

AbstractUIResponseMenuControls PixelCrushers.DialogueSystem.AbstractDialogueUIControls.responseMenuControls
getabstract

Gets the response menu.

The response menu.


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