Blockbench Reference Docs
    Preparing search index...

    Interface TextureGroupOptions

    interface TextureGroupOptions {
        is_material?: boolean;
        material_config?: TextureGroupMaterialConfigData;
        name?: string;
        uuid?: string;
    }
    Index

    Properties

    is_material?: boolean
    name?: string
    uuid?: string