Configuration for a box shape used in particle systems.
Optional
const box: Box = { scale: { x: 10, y: 10, z: 10 }, emitFrom: EmitFrom.EDGE,}; Copy
const box: Box = { scale: { x: 10, y: 10, z: 10 }, emitFrom: EmitFrom.EDGE,};
Configuration for a box shape used in particle systems.