onInit property

ParticleFieldInit? onInit
final

Called when the ParticleController first initializes. This provides an opportunity to perform setup functions, like pre-populating the particle list with initial particles.

Implementation

final ParticleFieldInit? onInit;