Home       Comp Core Examples       Comp Projects

Particle System

Particle System component creates a particle system on the screen.

This comp takes in following arguments at creation time.

Arg Name Arg Type Explanation
count number The number of particles to display.
color string The color of particles.
delay number Delay between particles move.

Comp Props

Prop Name Prop Type Explanation
count AniNumber The number of particles.
particleSize AniNumber The size of the particles.
lineWidth AniNumber The size of line drawing the particles boundry.
lineColor string The color of particles boundry.
filled AniBoolean To show particles filled/empty.