PixelCrushers.DialogueSystem.UnityGUI.ContinueButtonFastForward Class Reference

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

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

Public Member Functions

void OnFastForward ()
 

Public Attributes

UnityDialogueUI dialogueUI
 
TypewriterEffect typewriterEffect
 

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

◆ OnFastForward()

void PixelCrushers.DialogueSystem.UnityGUI.ContinueButtonFastForward.OnFastForward ( )

Member Data Documentation

◆ dialogueUI

UnityDialogueUI PixelCrushers.DialogueSystem.UnityGUI.ContinueButtonFastForward.dialogueUI

◆ typewriterEffect

TypewriterEffect PixelCrushers.DialogueSystem.UnityGUI.ContinueButtonFastForward.typewriterEffect

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