particles property

  1. @protected
List<Particle>? particles
getter/setter pair

The list of particles used by the particle behaviour to hold the spawned particles.

Implementation

@protected
List<Particle>? particles;