PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProContinueButtonFastForward Class Reference

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

Inheritance diagram for PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProContinueButtonFastForward:
Collaboration diagram for PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProContinueButtonFastForward:

Public Member Functions

virtual void Awake ()
 
virtual void OnFastForward ()
 

Public Attributes

TextMeshProDialogueUI dialogueUI
 
TextMeshProTypewriterEffect 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

◆ Awake()

virtual void PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProContinueButtonFastForward.Awake ( )
virtual

◆ OnFastForward()

virtual void PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProContinueButtonFastForward.OnFastForward ( )
virtual

Member Data Documentation

◆ dialogueUI

TextMeshProDialogueUI PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProContinueButtonFastForward.dialogueUI

◆ typewriterEffect

TextMeshProTypewriterEffect PixelCrushers.DialogueSystem.TextMeshPro.TextMeshProContinueButtonFastForward.typewriterEffect

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