@minecraft
    正在准备搜索索引...

    接口 EaseOptions预览版

    Contains options associated with easing between positions and/or rotations.

    interface EaseOptions {
        easeTime?: number;
        easeType?: EasingType;
    }
    索引

    属性

    easeTime?: number

    Time for the ease operation.

    easeType?: EasingType

    Type of ease operation to use.