Home > @unseenco/backstage-threejs > AutoAddObjectDefaults
AutoAddObjectDefaults type
Default options merged into each autoAddObject() call from configureBackstageThreejs().
Signature:
typescript
export type AutoAddObjectDefaults = {
exclude?: ExcludeInput;
include?: ExcludeInput;
trackMaterial?: boolean;
transient?: PropPathInput;
static?: PropPathInput;
};References: ExcludeInput, PropPathInput