@minecraft/server
    Preparing search index...

    Interface CameraEaseOptionsBeta

    Contains options associated with a camera ease operation.

    interface CameraEaseOptions {
        easeTime?: number;
        easeType?: EasingType;
    }
    Index

    Properties

    Properties

    easeTime?: number

    Time for the ease operation.

    easeType?: EasingType

    Type of ease operation to use.