Contains options associated with a camera ease operation.

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

Properties

Properties

easeTime?: number

Time for the ease operation.

easeType?: EasingType

Type of ease operation to use.