Configuration for a box shape used in particle systems.
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,};
Optional
Specifies where particles are emitted from within the box.
The scale of the box as a 3D point.
Configuration for a box shape used in particle systems.
Example