recycles property
Define whether or not the emitter will re-use particles that exit the boundary, creating an infinite loop from the emitter.
Note - requires the particle engine to have a boundType of BoundType.None
Implementation
final bool recycles;