PixelCrushers.DialogueSystem.AbstractUIQTEControls Class Referenceabstract

Abstract QTE controls. More...

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

Public Member Functions

abstract void ShowIndicator (int index)
 Shows the QTE indicator at the specified index. More...
 
abstract void HideIndicator (int index)
 Hides the QTE indicator at the specified index. More...
 
- Public Member Functions inherited from PixelCrushers.DialogueSystem.AbstractUIControls
abstract void SetActive (bool value)
 Sets the controls active/inactive. More...
 
void Show ()
 Shows the controls by setting them active. More...
 
void Hide ()
 Hides the controls by setting them inactive. More...
 

Properties

abstract bool AreVisible [get]
 Gets a value indicating whether any QTE indicators are visible. More...
 

Detailed Description

Abstract QTE controls.

Each GUI system implementation derives its own subclass from this.

Member Function Documentation

◆ HideIndicator()

abstract void PixelCrushers.DialogueSystem.AbstractUIQTEControls.HideIndicator ( int  index)
pure virtual

◆ ShowIndicator()

abstract void PixelCrushers.DialogueSystem.AbstractUIQTEControls.ShowIndicator ( int  index)
pure virtual

Property Documentation

◆ AreVisible

abstract bool PixelCrushers.DialogueSystem.AbstractUIQTEControls.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: