Skip to content
TypeAliasTypes & Utilities@public

ParticleSpawnDefinition

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

Released under the MIT License.