PixelCrushers.DialogueSystem.StandardUIQTEControls Class Reference

Quick Time Event (QTE) indicator controls for StandardDialogueUI. More...

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

Public Member Functions

override void SetActive (bool value)
 Sets the QTE controls active/inactive.
 
void HideImmediate ()
 
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

GameObject[] QTEIndicators
 

Properties

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

Detailed Description

Quick Time Event (QTE) indicator controls for StandardDialogueUI.

Member Function Documentation

◆ HideImmediate()

void PixelCrushers.DialogueSystem.StandardUIQTEControls.HideImmediate ( )
inline

◆ HideIndicator()

override void PixelCrushers.DialogueSystem.StandardUIQTEControls.HideIndicator ( int  index)
inline

Hides the QTE indicator specified by the index.

Parameters
indexZero-based index of the indicator.

◆ SetActive()

override void PixelCrushers.DialogueSystem.StandardUIQTEControls.SetActive ( bool  value)
inline

Sets the QTE controls active/inactive.

◆ ShowIndicator()

override void PixelCrushers.DialogueSystem.StandardUIQTEControls.ShowIndicator ( int  index)
inline

Shows the QTE indicator specified by the index.

Parameters
indexZero-based index of the indicator.

Member Data Documentation

◆ QTEIndicators

GameObject [] PixelCrushers.DialogueSystem.StandardUIQTEControls.QTEIndicators

Property Documentation

◆ areVisible

override bool PixelCrushers.DialogueSystem.StandardUIQTEControls.areVisible
get

Are any QTE indicators visible?


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