Effects
Class in Yarn.Unity
Inherits from System.Object
Summary
Contains coroutine methods that apply visual effects. This class is used by LineView to handle animating the presentation of lines.
Classes
Name
Description
An object that can be used to signal to a coroutine that it should terminate early.
Methods
Name
Description
A coroutine that fades a 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 TextMeshProUGUI
object over time.
PreviousUserRequestedViewAdvancement()NextFadeAlpha(CanvasGroup,float,float,float,CoroutineInterruptToken)
Last updated