Effects
PreviousRunOptions(DialogueOption[],Action<int>)NextFadeAlpha(CanvasGroup,float,float,float,Action,InterruptionFlag)
Last updated
Class in Yarn.Unity
Inherits from System.Object
A coroutine that fades a CanvasGroup
object's opacity from from
to to
over the course of fadeTime
seconds, and then invokes onComplete
. An may be used to signal that the fade should be interrupted; if this happens, the opacity is set to to
.