Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • IEffectLayerOptions

Index

Properties

alphaBlendingMode: number

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

camera: Nullable<Camera>

The camera attached to the layer. Default: null

generateStencilBuffer: boolean

Whether or not to generate a stencil buffer. Default: false

mainTextureFixedSize?: number

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

mainTextureRatio: number

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

mainTextureType: number

The type of the main texture. Default: TEXTURETYPE_UNSIGNED_INT

renderingGroupId: number

The rendering group to draw the layer in. Default: -1

Legend

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

Settings

Theme