Effects

Class in Yarn.Unity

Inherits from System.Object

Summary

public static class Effects

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 .

Last updated

Was this helpful?