PixelCrushers.DialogueSystem.StandardUIContinueButtonFastForward Class Reference

This script replaces the normal continue button functionality with a two-stage process. More...

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

Public Member Functions

virtual void Awake ()
 
virtual void OnFastForward ()
 

Public Attributes

StandardDialogueUI dialogueUI
 
AbstractTypewriterEffect typewriterEffect
 
bool hideContinueButtonOnContinue = false
 
bool continueSubtitlePanel = true
 
bool continueAlertPanel = true
 

Protected Attributes

UnityEngine.UI.Button continueButton
 
AbstractDialogueUI m_runtimeDialogueUI
 

Properties

virtual AbstractDialogueUI runtimeDialogueUI [get]
 

Detailed Description

This script replaces the normal continue button functionality with a two-stage process.

If the typewriter effect is still playing, it simply stops the effect. Otherwise it sends OnContinue to the UI.

Member Function Documentation

◆ Awake()

virtual void PixelCrushers.DialogueSystem.StandardUIContinueButtonFastForward.Awake ( )
inlinevirtual

◆ OnFastForward()

virtual void PixelCrushers.DialogueSystem.StandardUIContinueButtonFastForward.OnFastForward ( )
inlinevirtual

Member Data Documentation

◆ continueAlertPanel

bool PixelCrushers.DialogueSystem.StandardUIContinueButtonFastForward.continueAlertPanel = true

◆ continueButton

UnityEngine.UI.Button PixelCrushers.DialogueSystem.StandardUIContinueButtonFastForward.continueButton
protected

◆ continueSubtitlePanel

bool PixelCrushers.DialogueSystem.StandardUIContinueButtonFastForward.continueSubtitlePanel = true

◆ dialogueUI

StandardDialogueUI PixelCrushers.DialogueSystem.StandardUIContinueButtonFastForward.dialogueUI

◆ hideContinueButtonOnContinue

bool PixelCrushers.DialogueSystem.StandardUIContinueButtonFastForward.hideContinueButtonOnContinue = false

◆ m_runtimeDialogueUI

AbstractDialogueUI PixelCrushers.DialogueSystem.StandardUIContinueButtonFastForward.m_runtimeDialogueUI
protected

◆ typewriterEffect

AbstractTypewriterEffect PixelCrushers.DialogueSystem.StandardUIContinueButtonFastForward.typewriterEffect

Property Documentation

◆ runtimeDialogueUI

virtual AbstractDialogueUI PixelCrushers.DialogueSystem.StandardUIContinueButtonFastForward.runtimeDialogueUI
getprotected

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