Home > @unseenco/backstage-threejs > UniformGuiOptions
UniformGuiOptions type
GUI metadata on a shader uniform (range, step, or texture type).
Signature:
typescript
export type UniformGuiOptions = {
min?: number;
max?: number;
step?: number;
type?: 'texture';
};