Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEffectLayerOptions

Effect layer options. This helps customizing the behaviour of the effect layer.

Hierarchy

  • IEffectLayerOptions

Index

Properties

alphaBlendingModeSearch playground for alphaBlendingMode

alphaBlendingMode: number

Alpha blending mode used to apply the blur. Default depends of the implementation.

cameraSearch playground for camera

camera: Nullable<Camera>

The camera attached to the layer.

Optional mainTextureFixedSizeSearch playground for mainTextureFixedSize

mainTextureFixedSize: number

Enforces a fixed size texture to ensure effect stability across devices.

mainTextureRatioSearch playground for mainTextureRatio

mainTextureRatio: number

Multiplication factor apply to the canvas size to compute the render target size used to generated the objects (the smaller the faster).

renderingGroupIdSearch playground for renderingGroupId

renderingGroupId: number

The rendering group to draw the layer in.

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method