Add a child to the pixi container associated to the layer. All objects which are on this layer must be children of this container.
The child (PIXI object) to be added.
The z order of the associated object.
Change the z order of a child associated to an object.
The child (PIXI object) to be modified.
The z order of the associated object.
Remove a child from the internal pixi container. Should be called when an object is deleted or removed from the layer.
The child (PIXI object) to be removed.
Update the position of the PIXI container. To be called after each change made to position, zoom or rotation of the camera.
The layer
The scene renderer
Pixi doesn't sort children with zIndex == 0.
Generated using TypeDoc
The renderer for a gdjs.Layer using Pixi.js.