Module groups

Module groups 

Source
Expand description

§Groups of Particles

Defines different groups of particle systems synced in different ways. All of these groups main functionality is handled by the ParticleSys trait and it is recommended to review documentation for it to learn how to interact with these objects fully.

Structs§

SeqGrp
Group of objects implementing ParticleSys that are ran sequentially in the order they are defined within the member parts, each with period equal to the SeqGrp’s period value divided by the number of ParticleSys’s in parts.
SyncGrp
Group of objects implementing ParticleSys that are synchronously ran together with a shared period and clock.