Effects
Class in Yarn.Unity
Inherits from System.Object
Summary
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
. An InterruptionFlag may be used to signal that the fade should be interrupted; if this happens, the opacity is set to to
.
PreviousRunOptions(DialogueOption[],Action<int>)NextFadeAlpha(CanvasGroup,float,float,float,Action,InterruptionFlag)
Last updated
Was this helpful?