onCharacterTyped

Field in LineView

Summary

A Unity Event that is called each time a character is revealed during a typewriter effect.

public UnityEngine.Events.UnityEvent onCharacterTyped;

Remarks

This event is only invoked when useTypewriterEffect is true .

See Also

Last updated

Was this helpful?