@minecraft/server
    Preparing search index...

    Interface CameraFadeOptionsBeta

    Used to initiate a full-screen color fade.

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

    Properties

    fadeColor?: RGB

    Fade color to use.

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