TypeAliasTypes & Utilities@public
ParticleSpawnDefinition
ts
export type ParticleSpawnDefinition = { shape: 'point'; } | { height: number; shape: 'rectangle'; width: number; } | { innerRadius?: number; radius: number; shape: 'circle'; }