接口 CameraEaseOptions实验性

Contains options associated with a camera ease operation.

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

属性

easeTime?: number

Time for the ease operation.

easeType?: EasingType

Type of ease operation to use.