UxrCameraFade.StartFade Method
Overload List
Name | Description | |
---|---|---|
StartFade(Single, Single, Color, Action, Action) | Starts a fade over time on the camera that has this component. The camera will fade out to a given color and then fade in from that color again. For a coroutine-friendly way of fading check StartFadeCoroutine(). | |
StartFade(Camera, Single, Single, Color, Action, Action) | Starts a fade over time on the given camera. The camera will fade out to a given color and then fade in from that color again. This is the static helper method that can be used to perform everything in just a single static call. |