Creates a new PixiView component.
Configuration for the pixi view
OptionalactorOptionalcreateFunction to create a custom pixi.js view
OptionalrenderInternal rendering data
Sorting layer of the pixi view
Center point of the pixi view
Staticcomponent
PixiView component for rendering a view.
Handles the visual representation of an actor using a custom pixi.js view. It gives more control over the rendering of the actor and allows to use pixi.js features that are not supported by other components.
Example