Options
All
  • Public
  • Public/Protected
  • All
Menu

Highlight layer options. This helps customizing the behaviour of the highlight layer.

Hierarchy

  • IHighlightLayerOptions

Index

Properties

alphaBlendingMode: number

Alpha blending mode used to apply the blur. Default is combine.

blurHorizontalSize: number

How big in texel of the blur texture is the horizontal blur.

blurTextureSizeRatio: number

Multiplication factor apply to the main texture size in the first step of the blur to reduce the size of the picture to blur (the smaller the faster).

blurVerticalSize: number

How big in texel of the blur texture is the vertical blur.

camera: Nullable<Camera>

The camera attached to the layer.

isStroke?: boolean

Should we display highlight as a solid stroke?

mainTextureFixedSize?: number

Enforces a fixed size texture to ensure resize independent blur.

mainTextureRatio: number

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

renderingGroupId: number

The rendering group to draw the layer in.

Legend

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

Settings

Theme