addChild(child) → {DisplayObject}
width : number The width of the canvas view Source code:
type : number Source code:
isTiling : boolean Is this a tiling texture? As used by the likes of a TilingSprite.
height : number The height of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
resolution : number The resolution of the canvas. Source code:
contains(child) → {Boolean} Determines whether the specified display object is a child of the D
setTexture(texture, destroy) Sets the texture of the sprite. Be warned that this doesn't remove or destroy
valid : boolean This will let the renderer know if the texture is valid. If it's not then it cannot be rendered.
dirty : boolean Whether the strip is dirty or not Source code:
Page 12 of 29