Phaser API Documentation

  Version: 
<private> StrokePathWebGL(pipeline, src, alpha, dx, dy)

Description:

Renders a stroke outline around the given Shape.

Parameters:

name type description
pipeline Phaser.Renderer.WebGL.WebGLPipeline

The WebGL Pipeline used to render this Shape.

src Phaser.GameObjects.Shape

The Game Object shape being rendered in this call.

alpha number

The base alpha value.

dx number

The source displayOriginX.

dy number

The source displayOriginY.

Since: 3.13.0