Effects
PreviousUserRequestedViewAdvancement()NextFadeAlpha(CanvasGroup,float,float,float,CoroutineInterruptToken)
Last updated
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.
An 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.
A coroutine that gradually reveals the text in a TMPro.TextMeshProUGUI
object over time.