drawRoundedRect(x, y, width, height, radius) Parameters Name Type Description
tint : number The tint applied to the graphic shape. This is a hex value. Apply a value of 0xFFFFFF to reset the tint.
bottom : number The sum of the y and height properties.This is the same as y + height - offsetY.
swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters
boundsPadding : number The bounds' padding used for bounds calculation. Inherited
removeChildren(beginIndex, endIndex) Removes all children from this container that are within the begin and end indexes.
[readonly] renderOrderID : number The render order ID is used internally by the renderer and
[readonly] inWorld : boolean Checks if the Game Objects bounds are within, or intersect at
updateLocalBounds() Update the bounds of the object Inherited From
kill() → {PIXI.DisplayObject} Kills a Game Object. A killed Game Object has its alive
Page 5 of 10