PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeQTEControls Class Reference

DF-GUI Quick Time Event (QTE) indicator controls. More...

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

Public Member Functions

 DaikonForgeQTEControls (dfControl[] qteIndicators)
 
override void SetActive (bool value)
 Sets the QTE controls active/inactive. More...
 
override void ShowIndicator (int index)
 Shows the QTE indicator specified by the index. More...
 
override void HideIndicator (int index)
 Hides the QTE indicator specified by the index. 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

dfControl[] qteIndicators
 QTE (Quick Time Event) indicators. More...
 

Properties

override bool AreVisible [get]
 Gets a value indicating whether any QTE indicators are visible. More...
 
- Properties inherited from PixelCrushers.DialogueSystem.AbstractUIQTEControls
abstract bool AreVisible [get]
 Gets a value indicating whether any QTE indicators are visible. More...
 

Detailed Description

DF-GUI Quick Time Event (QTE) indicator controls.

Constructor & Destructor Documentation

◆ DaikonForgeQTEControls()

PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeQTEControls.DaikonForgeQTEControls ( dfControl[]  qteIndicators)

Member Function Documentation

◆ HideIndicator()

override void PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeQTEControls.HideIndicator ( int  index)
virtual

Hides the QTE indicator specified by the index.

Parameters
indexZero-based index of the indicator.

Implements PixelCrushers.DialogueSystem.AbstractUIQTEControls.

◆ SetActive()

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

Sets the QTE controls active/inactive.

Parameters
valuetrue for active; false for inactive.

Implements PixelCrushers.DialogueSystem.AbstractUIControls.

◆ ShowIndicator()

override void PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeQTEControls.ShowIndicator ( int  index)
virtual

Shows the QTE indicator specified by the index.

Parameters
indexZero-based index of the indicator.

Implements PixelCrushers.DialogueSystem.AbstractUIQTEControls.

Member Data Documentation

◆ qteIndicators

dfControl [] PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeQTEControls.qteIndicators

QTE (Quick Time Event) indicators.

Property Documentation

◆ AreVisible

override bool PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeQTEControls.AreVisible
get

Gets a value indicating whether any QTE indicators are visible.

true if visible; otherwise, false.


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