JoinParticleGroupsCallback constructor

const JoinParticleGroupsCallback(
  1. ParticleSystem system,
  2. ParticleGroup groupA,
  3. ParticleGroup groupB
)

Implementation

const JoinParticleGroupsCallback(this.system, this.groupA, this.groupB);