UxrCameraFade.StartFade Method

Overload List

NameDescription
Public methodStartFade(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().
Public methodStatic memberStartFade(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.

See Also

Reference

UxrCameraFade Class
UltimateXR.CameraUtils Namespace