• Draws the given plugin in the canvas.

    Parameters

    • context: CanvasRenderingContext2D

      The canvas context.

    • plugin: IContainerPlugin

      The plugin to draw.

    • delta: IDelta

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

    Returns void