ParticleShape
ParticleShape =
"pixel"|"circle"|"softCircle"|"diamond"|"softDiamond"|"line"
Defined in: particles/src/shapes.ts:9
A built-in particle shape. Emitters that specify no texture/textureKey
render one of these, so a project needs no image asset to use particles.
Shapes are white — use tint to color them.