insertionOffset property

Offset insertionOffset
getter/setter pair

Offset of where the particles are inserted, this is useful for doing particle systems where the source of the particles move (e.g. smoke trailing a rocket).

Implementation

late Offset insertionOffset;