LogoPixi’VN
pixi-jsInterfaces

Interface: EffectConstructor

Defined in: node_modules/pixi.js/lib/scene/container/Effect.d.ts:26

The constructor for an Effect. It is used to create instances of effects that can be applied to containers.

Param

The options for the effect.

Advanced

Constructors

Constructor

> new EffectConstructor(options?): Effect

Defined in: node_modules/pixi.js/lib/scene/container/Effect.d.ts:27

Parameters

options?

any

Returns

Effect

Methods

test()?

> optional test(options): boolean

Defined in: node_modules/pixi.js/lib/scene/container/Effect.d.ts:28

Parameters

options

any

Returns

boolean