• Draws the particle effect after the plugin's shape renderer.

    Parameters

    • container: Container

      The container of the particle.

    • context: CanvasRenderingContext2D

      The canvas context.

    • particle: Particle

      The particle to draw.

    • radius: number

      The radius of the particle.

    • opacity: number

      The opacity of the particle.

    • delta: IDelta

      this variable contains the delta between the current frame and the previous frame

    Returns void