Blockbench Reference Docs
    Preparing search index...
    interface ReferenceImageOptions {
        attached_side?: string;
        billboard_position?: ArrayVector3;
        billboard_rotation?: ArrayVector3;
        clear_mode?: boolean;
        condition?: ConditionResolvable;
        cull_backface?: boolean;
        flip_x?: boolean;
        flip_y?: boolean;
        is_blueprint?: boolean;
        layer?: ReferenceImageLayer;
        modes?: string[];
        name?: string;
        opacity?: number;
        position?: ArrayVector2;
        rotation?: number;
        scope?: string;
        size?: ArrayVector2;
        source?: string;
        sync_to_timeline?: boolean;
        view_mode?: ReferenceImageViewMode;
        visibility?: boolean;
    }
    Index

    Properties

    attached_side?: string
    billboard_position?: ArrayVector3
    billboard_rotation?: ArrayVector3
    clear_mode?: boolean
    cull_backface?: boolean
    flip_x?: boolean
    flip_y?: boolean
    is_blueprint?: boolean
    modes?: string[]
    name?: string
    opacity?: number
    position?: ArrayVector2
    rotation?: number
    scope?: string
    source?: string
    sync_to_timeline?: boolean
    visibility?: boolean