Adds a post-processing effect that applies to the entire scene. Effects are applied in the order they are added.
Filter effect config with name and options
Clears all active filter effects.
Returns the bounds of an actor If actor has multiple views, the bounds will be the smallest rectangle that contains all views
Actor to get the bounds of
Bounds of the actor or null if the actor has no available views
Returns the current filter effect configs in the order they were added.
Effect config objects
Returns the underlying PIXI.js application
PIXI.js application instance
Returns the actors that intersect with a point
X coordinate of the point in scene coordinates
Y coordinate of the point in scene coordinates
Actors that intersect with the point
Returns the actors that intersect with a rectangle All coordinates should be passed in scene coordinates
X coordinate of the minimum point
Y coordinate of the minimum point
X coordinate of the maximum point
Y coordinate of the maximum point
Actors that intersect with the rectangle
Reloads shader classes registered in the renderer.
Shader constructors to register
Removes a filter effect by config object reference.
Same config object passed to addFilterEffect
API that provides rendering utilities and view management
Offers methods for view intersection testing, bounds calculation, and direct access to the underlying PIXI.js application