height : number The height of the sprite, setting this will actually modify the scale to achieve the value set
getChildIndex(child) → {Number} Returns the index position of a child DisplayObject instance
addChildAt(child, index) → {DisplayObject}
swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters
textureDebug : boolean If enabled a green rectangle will be drawn behind the generated tiling texture, allowing you to visually
removeChildren(beginIndex, endIndex) Removes all children from this container that are within the begin and end indexes.
height : number The height of the tiling sprite Source code:
isMask : boolean Whether this shape is being used as a mask. Source code:
new Graphics() The Graphics class contains methods used to draw primitive shapes such as lines, circles and rectangles to the display
new WebGLBlendModeManager(gl) Parameters Name Type Description
Page 20 of 29