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

abstract 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...
 

Properties

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

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()

◆ ShowPanel()

Property Documentation

◆ NPCSubtitle

abstract AbstractUISubtitleControls PixelCrushers.DialogueSystem.AbstractDialogueUIControls.NPCSubtitle
get

Gets the NPC subtitle controls.

The NPC subtitle controls.

◆ PCSubtitle

abstract AbstractUISubtitleControls PixelCrushers.DialogueSystem.AbstractDialogueUIControls.PCSubtitle
get

Gets the PC subtitle controls.

The PC subtitle controls.

◆ ResponseMenu

abstract AbstractUIResponseMenuControls PixelCrushers.DialogueSystem.AbstractDialogueUIControls.ResponseMenu
get

Gets the response menu.

The response menu.


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