Field in LineView
A Unity Event that is called each time a character is revealed during a typewriter effect.
public UnityEngine.Events.UnityEvent onCharacterTyped;
This event is only invoked when useTypewriterEffect is true .
true
LineView.useTypewriterEffect: Controls whether the text of lineText should be gradually revealed over time.
Last updated 1 year ago
Was this helpful?