Skip to content

Home > @unseenco/backstage-threejs > AutoAddMaterialOptions

AutoAddMaterialOptions type

Options for autoAddMaterial().

Signature:

typescript
export type AutoAddMaterialOptions = {
    objectKey?: string;
    namespace?: string;
    exclude?: AutoAddMaterialExcludeInput;
    include?: AutoAddMaterialExcludeInput;
    additionalConfig?: Record<string, unknown>;
    transient?: PropPathInput;
    static?: PropPathInput;
};

References: AutoAddMaterialExcludeInput, PropPathInput