Updates a PIXI object from a Draw component.
The Draw component used to update the PIXI object.
The PIXI object being updated.
Copies all sprite or graphic component changes to the PIXI object.
The current game engine tick.
Updates a PIXI sprite from a Texture component.
The Texture component used to update the PIXI sprite.
The PIXI sprite being updated.
Updates a PIXI graphics object from a Graphic component.
The Graphic component used to update the PIXI graphics object.
The PIXI graphics object being updated.
Generated using TypeDoc
Creates and updates PixiObject components based on Draw components.