FilterComponent is a wrapper around a Pixi.js filter. It provides a clean interface by which:
Return the Pixi.Filter object(s) for this FilterComponent
Run an update task on each render step. This is useful for filters that change dynamically.
The time since the last call to preRender()
A boolean indicating whether this filter should be applied during this render step or not.
FilterComponent is a wrapper around a Pixi.js filter. It provides a clean interface by which: