Effects
PreviousUserRequestedViewAdvancement()NextFadeAlpha(CanvasGroup,float,float,float,CoroutineInterruptToken)
Last updated
Was this helpful?
Class in Yarn.Unity
Inherits from System.Object
Contains coroutine methods that apply visual effects. This class is used by LineView to handle animating the presentation of lines.
public static class EffectsAn object that can be used to signal to a coroutine that it should terminate early.
A coroutine that fades a UnityEngine.CanvasGroup object's opacity from from to to over the course of fadeTime seconds, and then invokes onComplete .
A coroutine that gradually reveals the text in a TMPro.TextMeshProUGUI object over time.
Last updated
Was this helpful?
Was this helpful?
