MCPcopy
hub / github.com/pixijs/pixijs / Effect

Interface Effect

src/scene/container/Effect.ts:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 * @advanced
10 */
11export interface Effect
12{
13 pipe: string
14 priority: number
15 addBounds?(bounds: Bounds, skipUpdateTransform?: boolean): void
16 addLocalBounds?(bounds: Bounds, localRoot: Container): void
17 containsPoint?(point: PointData, hitTestFn: (container: Container, point: Point) => boolean): boolean
18 destroy(): void
19}
20
21/**
22 * The constructor for an Effect.

Callers 23

updateBoundsMethod · 0.65
_getGlobalBoundsFunction · 0.65
_getLocalBoundsFunction · 0.65
boundsMethod · 0.65
_getLocalBoundsFunction · 0.65
containsPointMethod · 0.65
Sprite.test.tsFile · 0.65
containsPointMethod · 0.65

Implementers 6

DummyEffectsrc/scene/container/__tests__/DummyEff
ScissorMasksrc/rendering/mask/scissor/ScissorMask
StencilMasksrc/rendering/mask/stencil/StencilMask
AlphaMasksrc/rendering/mask/alpha/AlphaMask.ts
FilterEffectsrc/filters/FilterEffect.ts
ColorMasksrc/rendering/mask/color/ColorMask.ts

Calls

no outgoing calls

Tested by

no test coverage detected