PixelCrushers.DialogueSystem.NGUISupport.NGUIQTEControls Class Reference

NGUI Quick Time Event (QTE) indicator controls. More...

Inheritance diagram for PixelCrushers.DialogueSystem.NGUISupport.NGUIQTEControls:
Collaboration diagram for PixelCrushers.DialogueSystem.NGUISupport.NGUIQTEControls:

Public Member Functions

 NGUIQTEControls (global::UIPanel[] 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

global::UIPanel[] qteIndicators
 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

NGUI Quick Time Event (QTE) indicator controls.

Constructor & Destructor Documentation

◆ NGUIQTEControls()

PixelCrushers.DialogueSystem.NGUISupport.NGUIQTEControls.NGUIQTEControls ( global::UIPanel[]  qteIndicators)
inline

Member Function Documentation

◆ HideIndicator()

override void PixelCrushers.DialogueSystem.NGUISupport.NGUIQTEControls.HideIndicator ( int  index)
inline

Hides the QTE indicator specified by the index.

Parameters
indexZero-based index of the indicator.

◆ SetActive()

override void PixelCrushers.DialogueSystem.NGUISupport.NGUIQTEControls.SetActive ( bool  value)
inline

Sets the QTE controls active/inactive.

Parameters
valuetrue for active; false for inactive.

◆ ShowIndicator()

override void PixelCrushers.DialogueSystem.NGUISupport.NGUIQTEControls.ShowIndicator ( int  index)
inline

Shows the QTE indicator specified by the index.

Parameters
indexZero-based index of the indicator.

Member Data Documentation

◆ qteIndicators

global.UIPanel [] PixelCrushers.DialogueSystem.NGUISupport.NGUIQTEControls.qteIndicators

QTE (Quick Time Event) indicators.

Property Documentation

◆ areVisible

override bool PixelCrushers.DialogueSystem.NGUISupport.NGUIQTEControls.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: