Typewriter(TextMeshProUGUI,float,Action,Action,InterruptionFlag)
Method in Effects
Summary
public static IEnumerator Typewriter(TextMeshProUGUI text, float lettersPerSecond, Action onCharacterTyped = null, Action onComplete = null, InterruptionFlag interruption = null)
Parameters
Name
Description
TextMeshProUGUI
text
float
lettersPerSecond
Action
onCharacterTyped
Action
onComplete
Yarn.Unity.InterruptionFlag interruption
Last updated
Was this helpful?