Blockbench Reference Docs
    Preparing search index...

    Interface ICubeOptions

    interface ICubeOptions {
        autouv?: 0 | 1 | 2;
        box_uv?: boolean;
        color?: number;
        faces?: Partial<Record<CardinalDirection, CubeFaceOptions>>;
        from?: ArrayVector3;
        inflate?: number;
        mirror_uv?: boolean;
        name?: string;
        origin?: ArrayVector3;
        rotation?: ArrayVector3;
        shade?: boolean;
        stretch?: ArrayVector3;
        to?: ArrayVector3;
        uv_offset?: ArrayVector2;
        visibility?: boolean;
    }
    Index

    Properties

    autouv?: 0 | 1 | 2
    box_uv?: boolean
    color?: number
    faces?: Partial<Record<CardinalDirection, CubeFaceOptions>>
    inflate?: number
    mirror_uv?: boolean
    name?: string
    origin?: ArrayVector3
    rotation?: ArrayVector3
    shade?: boolean
    stretch?: ArrayVector3
    uv_offset?: ArrayVector2

    UV position for box UV mode

    visibility?: boolean