Contents

emitter::setGroup

Sets the element group(s) for spawn requests from this emitter.

Declaration

void emitter::setGroup(int activeGroup, int sequentialGroups)

Parameters

  • activeGroup:

    Index of the first active group

  • sequentialGroups:

    Number of groups to spawn. Only used when the emitter’s groupMode is sequential.

Discussion