Effects
PreviousRunOptions(DialogueOption[],Action<int>)NextFadeAlpha(CanvasGroup,float,float,float,Action,InterruptionFlag)
Last updated
Was this helpful?
Class in Yarn.Unity
Inherits from System.Object
public static class EffectsA 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 .
Last updated
Was this helpful?
Was this helpful?
