Blockbench Reference Docs
    Preparing search index...

    Interface GroupOptions

    interface GroupOptions {
        autouv: 0 | 1 | 2;
        color: number;
        export: boolean;
        mirror_uv: boolean;
        name: string;
        origin: ArrayVector3;
        reset: boolean;
        rotation: ArrayVector3;
        selected: boolean;
        shade: boolean;
        visibility: boolean;
    }
    Index

    Properties

    autouv: 0 | 1 | 2

    Auto UV setting for the children. Can be 0, 1 or 2.

    color: number
    export: boolean

    Whether to export the entire group

    mirror_uv: boolean
    name: string

    Group name

    origin: ArrayVector3

    Array of the group pivot point

    reset: boolean

    If a bone, whether to reset the informations of inherited bones in bedrock edition.

    rotation: ArrayVector3

    Array of the group rotation

    selected: boolean

    Whether the group is selected

    shade: boolean

    Whether to shade the contents of the group

    visibility: boolean

    Whether the group is visible