Multi Spiral Particle

This page was last updated for version v1.2.0

Format

multi-spiral [args]

Description

It works similarly to Spiral Particle but has 2 extra arguments. It helps you to create a multiple spirals of particles. Spirals will only be moving on 2 dimensions; x and z (x and y, when they're vertical).

All the arguments in Single and Spiral particles also apply to this.

Arguments

Arg

spirals

Description

spiral amount

Format

spirals=<INTEGER>

Example(s)

spirals=5, spirals={s}

Default Value

3

Required
Aliases

*

Arg

tick-data

Description

sets the color by each particle if enabled, or all the particles will be the same colored

Format

tick-data=<BOOLEAN>

Example(s)

tick=true

Default Value

false

Required
Aliases

tick

Last updated