CameraFadeTimeOptions Interface

Contains timings for a fade transition.

Properties

fadeInTime

fadeInTime: number;

Time, in seconds, for a fade-in.

Type: number

fadeOutTime

fadeOutTime: number;

Time, in seconds, for a fade-out.

Type: number

holdTime

holdTime: number;

Time, in seconds, to hold the full screen color.

Type: number