Blockbench Reference Docs
    Preparing search index...
    interface AnglePreset {
        aspect_ratio?: number;
        color?: string;
        condition?: ConditionResolvable;
        default?: true;
        focal_length?: number;
        fov?: number;
        id?: string;
        locked_angle?: number;
        name?: string;
        position: ArrayVector3;
        projection: "unset" | "orthographic" | "perspective";
        rotation?: ArrayVector3;
        target?: ArrayVector3;
        zoom?: number;
    }
    Index

    Properties

    aspect_ratio?: number
    color?: string
    default?: true
    focal_length?: number
    fov?: number
    id?: string
    locked_angle?: number
    name?: string
    position: ArrayVector3
    projection: "unset" | "orthographic" | "perspective"
    rotation?: ArrayVector3
    target?: ArrayVector3
    zoom?: number