Fadeable
Last updated
Last updated
Linear tween for any value.
Out
float
The value representing the fully faded-out state (default is 0f
).
In
float
The value representing the fully faded-in state (default is 1f
).
Duration
float
Duration of the fade (in seconds).
FadeInDelay
float
Delay before starting the fade-in (in seconds).
FadeOutDelay
float
Delay before starting the fade-out (in seconds).
OnApply: Triggered each time the fade value is updated.
OnFadeOutStart: Triggered when the fade-out process begins.
OnFadeOutComplete: Triggered when the fade-out process completes.
OnFadeInStart: Triggered when the fade-in process begins.
OnFadeInComplete: Triggered when the fade-in process completes.