• Draws the given particle plugin in the canvas.

    Parameters

    • context: CanvasRenderingContext2D

      The canvas context.

    • plugin: IContainerPlugin

      The particle plugin to draw.

    • particle: Particle

      The particle to draw.

    • delta: IDelta

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

    Returns void