PixelCrushers.DialogueSystem.NGUI.NGUIDialogueControls Class Reference

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

Inheritance diagram for PixelCrushers.DialogueSystem.NGUI.NGUIDialogueControls:
Collaboration diagram for PixelCrushers.DialogueSystem.NGUI.NGUIDialogueControls:

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

UIPanel panel
 The panel containing the dialogue controls. More...
 
NGUISubtitleControls npcSubtitle
 The NPC subtitle controls. More...
 
NGUISubtitleControls pcSubtitle
 The PC subtitle controls. More...
 
NGUIResponseMenuControls 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 NGUI Dialogue UI.

Member Function Documentation

◆ SetActive()

override void PixelCrushers.DialogueSystem.NGUI.NGUIDialogueControls.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.NGUI.NGUIDialogueControls.ShowPanel ( )
virtual

Shows the main conversation panel, if assigned.

Implements PixelCrushers.DialogueSystem.AbstractDialogueUIControls.

Member Data Documentation

◆ npcSubtitle

NGUISubtitleControls PixelCrushers.DialogueSystem.NGUI.NGUIDialogueControls.npcSubtitle

The NPC subtitle controls.

◆ panel

UIPanel PixelCrushers.DialogueSystem.NGUI.NGUIDialogueControls.panel

The panel containing the dialogue controls.

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

◆ pcSubtitle

NGUISubtitleControls PixelCrushers.DialogueSystem.NGUI.NGUIDialogueControls.pcSubtitle

The PC subtitle controls.

◆ responseMenu

NGUIResponseMenuControls PixelCrushers.DialogueSystem.NGUI.NGUIDialogueControls.responseMenu

The response menu controls.

Property Documentation

◆ NPCSubtitle

override AbstractUISubtitleControls PixelCrushers.DialogueSystem.NGUI.NGUIDialogueControls.NPCSubtitle
get

◆ PCSubtitle

override AbstractUISubtitleControls PixelCrushers.DialogueSystem.NGUI.NGUIDialogueControls.PCSubtitle
get

◆ ResponseMenu

override AbstractUIResponseMenuControls PixelCrushers.DialogueSystem.NGUI.NGUIDialogueControls.ResponseMenu
get

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