ScreenFadeTransition
Class in Zigurous.CameraSystem
Declaration
[Serializable]
public sealed class ScreenFadeTransition
Description
Settings for a fade transition.
Properties
color | The color of the fade. |
duration | The amount of seconds it takes to fade. |
delay | The amount of seconds to wait before fading. |
curve | The animation curve to use while fading. |
disableInput | Disables camera input while the screen is fading. |