PixelCrushers.DialogueSystem.AbstractUIQTEControls Class Referenceabstract

Abstract QTE controls. More...

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

Public Member Functions

void ShowIndicator (int index)
 Shows the QTE indicator at the specified index.
 
void HideIndicator (int index)
 Hides the QTE indicator at the specified index.
 
- 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

bool areVisible [get]
 Gets a value indicating whether any QTE indicators are visible.
 

Detailed Description

Abstract QTE controls.

Each GUI system implementation derives its own subclass from this.

Member Function Documentation

◆ HideIndicator()

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

Hides the QTE indicator at the specified index.

Parameters
indexZero-based index of the QTE indicator.

◆ ShowIndicator()

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

Shows the QTE indicator at the specified index.

Parameters
indexZero-based index of the QTE indicator.

Property Documentation

◆ areVisible

bool PixelCrushers.DialogueSystem.AbstractUIQTEControls.areVisible
getabstract

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: