Namespace: Pipelines

Phaser.Renderer.WebGL. Pipelines

Classes

BitmapMaskPipeline
GraphicsPipeline
LightPipeline
MultiPipeline
PointLightPipeline
PostFXPipeline
RopePipeline
SinglePipeline
UtilityPipeline

Namespaces

Events

Members


<static, constant> BITMAPMASK_PIPELINE :string

The Bitmap Mask Pipeline.

Type:
  • string
Since: 3.50.0
Source: src/renderer/webgl/pipelines/const.js (Line 9)

<static, constant> GRAPHICS_PIPELINE :string

The Graphics and Shapes Pipeline.

Type:
  • string
Since: 3.50.0
Source: src/renderer/webgl/pipelines/const.js (Line 69)

<static, constant> LIGHT_PIPELINE :string

The Light 2D Pipeline.

Type:
  • string
Since: 3.50.0
Source: src/renderer/webgl/pipelines/const.js (Line 19)

<static, constant> MULTI_PIPELINE :string

The Multi Texture Pipeline.

Type:
  • string
Since: 3.50.0
Source: src/renderer/webgl/pipelines/const.js (Line 49)

<static, constant> POINTLIGHT_PIPELINE :string

The Point Light Pipeline.

Type:
  • string
Since: 3.50.0
Source: src/renderer/webgl/pipelines/const.js (Line 29)

<static, constant> POSTFX_PIPELINE :string

The Post FX Pipeline.

Type:
  • string
Since: 3.50.0
Source: src/renderer/webgl/pipelines/const.js (Line 79)

<static, constant> ROPE_PIPELINE :string

The Rope Pipeline.

Type:
  • string
Since: 3.50.0
Source: src/renderer/webgl/pipelines/const.js (Line 59)

<static, constant> SINGLE_PIPELINE :string

The Single Texture Pipeline.

Type:
  • string
Since: 3.50.0
Source: src/renderer/webgl/pipelines/const.js (Line 39)

<static, constant> UTILITY_PIPELINE :string

The Utility Pipeline.

Type:
  • string
Since: 3.50.0
Source: src/renderer/webgl/pipelines/const.js (Line 89)