Settings for Cuboid brush shapes
export interface CuboidBrushShapeSettings { depth: number; height: number; hollow: boolean; thickness: number; uniform: boolean; width: number; xRotation: number; yRotation: number; zRotation: number;} Copy
export interface CuboidBrushShapeSettings { depth: number; height: number; hollow: boolean; thickness: number; uniform: boolean; width: number; xRotation: number; yRotation: number; zRotation: number;}
Settings for Cuboid brush shapes
Source