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

    接口 CameraFovOptions实验性

    Used to change the field of view of the current camera.

    Required Experiments:

    • Required Experiment Toggle: Experimental Creator Cameras
    interface CameraFovOptions {
        easeOptions?: EaseOptions;
        fov?: number;
    }
    索引

    属性

    easeOptions?: EaseOptions
    fov?: number

    Set a value for the field of view.