接口 CameraFadeOptions实验性

Used to initiate a full-screen color fade.

interface CameraFadeOptions {
    fadeColor?: RGB;
    fadeTime?: CameraFadeTimeOptions;
}

属性

fadeColor?: RGB

Fade color to use.

Time in seconds for the fade-in, hold, and fade-out seconds.