Effects
Inherits from
System.Object
Contains coroutine methods that apply visual effects. This class is used by LineView to handle animating the presentation of lines.
public static class Effects
Name | Description |
---|---|
An object that can be used to signal to a coroutine that it should terminate early. |
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. |