PixelCrushers.DialogueSystem.UnityGUI.UnityQTEControls Class Reference

Unity QTE indicator controls. More...

Inheritance diagram for PixelCrushers.DialogueSystem.UnityGUI.UnityQTEControls:
Collaboration diagram for PixelCrushers.DialogueSystem.UnityGUI.UnityQTEControls:

Public Member Functions

 UnityQTEControls (GUIControl[] qteIndicators)
 
override void SetActive (bool value)
 Sets the QTE controls active/inactive.
 
override void ShowIndicator (int index)
 Shows the QTE indicator specified by the index.
 
override void HideIndicator (int index)
 Hides the QTE indicator specified by the index.
 
- Public Member Functions inherited from PixelCrushers.DialogueSystem.AbstractUIQTEControls
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.
 

Public Attributes

GUIControl[] qteIndicators
 The QTE (Quick Time Event) indicators.
 

Properties

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

Detailed Description

Unity QTE indicator controls.

Constructor & Destructor Documentation

◆ UnityQTEControls()

PixelCrushers.DialogueSystem.UnityGUI.UnityQTEControls.UnityQTEControls ( GUIControl[]  qteIndicators)
inline

Member Function Documentation

◆ HideIndicator()

override void PixelCrushers.DialogueSystem.UnityGUI.UnityQTEControls.HideIndicator ( int  index)
inline

Hides the QTE indicator specified by the index.

Parameters
indexZero-based index of the indicator.

◆ SetActive()

override void PixelCrushers.DialogueSystem.UnityGUI.UnityQTEControls.SetActive ( bool  value)
inline

Sets the QTE controls active/inactive.

Parameters
valuetrue for active; false for inactive.

◆ ShowIndicator()

override void PixelCrushers.DialogueSystem.UnityGUI.UnityQTEControls.ShowIndicator ( int  index)
inline

Shows the QTE indicator specified by the index.

Parameters
indexZero-based index of the indicator.

Member Data Documentation

◆ qteIndicators

GUIControl [] PixelCrushers.DialogueSystem.UnityGUI.UnityQTEControls.qteIndicators

The QTE (Quick Time Event) indicators.

Property Documentation

◆ areVisible

override bool PixelCrushers.DialogueSystem.UnityGUI.UnityQTEControls.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: