Type Alias: ParticleSpawnPositionFunction()
ParticleSpawnPositionFunction = () =>
object
Defined in: particles/components/particle-emitter.ts:6
Type for a function that returns a number representing the X and Y spawn position of the particle
Returns
object
x
x:
number
y
y:
number