Src folder restructured

This commit is contained in:
Mat Groves 2013-06-20 17:38:12 +01:00
parent e0db063233
commit 2ad9002a79
71 changed files with 17728 additions and 5373 deletions

View file

@ -11,27 +11,29 @@ module.exports = function(grunt) {
srcFiles = [
'<%= dirs.src %>/Intro.js',
'<%= dirs.src %>/Pixi.js',
'<%= dirs.src %>/Point.js',
'<%= dirs.src %>/Rectangle.js',
'<%= dirs.src %>/Polygon.js',
'<%= dirs.src %>/DisplayObject.js',
'<%= dirs.src %>/DisplayObjectContainer.js',
'<%= dirs.src %>/Sprite.js',
'<%= dirs.src %>/MovieClip.js',
'<%= dirs.src %>/core/Point.js',
'<%= dirs.src %>/core/Rectangle.js',
'<%= dirs.src %>/core/Polygon.js',
'<%= dirs.src %>/core/Matrix.js',
'<%= dirs.src %>/display/DisplayObject.js',
'<%= dirs.src %>/display/DisplayObjectContainer.js',
'<%= dirs.src %>/display/Sprite.js',
'<%= dirs.src %>/display/MovieClip.js',
'<%= dirs.src %>/text/Text.js',
'<%= dirs.src %>/text/BitmapText.js',
'<%= dirs.src %>/Text.js',
'<%= dirs.src %>/InteractionManager.js',
'<%= dirs.src %>/Stage.js',
'<%= dirs.src %>/display/Stage.js',
'<%= dirs.src %>/utils/Utils.js',
'<%= dirs.src %>/utils/EventTarget.js',
'<%= dirs.src %>/utils/Matrix.js',
'<%= dirs.src %>/utils/Detector.js',
'<%= dirs.src %>/renderers/WebGLShaders.js',
'<%= dirs.src %>/renderers/WebGLRenderer.js',
'<%= dirs.src %>/renderers/WebGLBatch.js',
'<%= dirs.src %>/renderers/WebGLRenderGroup.js',
'<%= dirs.src %>/renderers/CanvasRenderer.js',
'<%= dirs.src %>/renderers/webgl/WebGLShaders.js',
'<%= dirs.src %>/renderers/webgl/WebGLGraphics.js',
'<%= dirs.src %>/renderers/webgl/WebGLRenderer.js',
'<%= dirs.src %>/renderers/webgl/WebGLBatch.js',
'<%= dirs.src %>/renderers/webgl/WebGLRenderGroup.js',
'<%= dirs.src %>/renderers/canvas/CanvasRenderer.js',
'<%= dirs.src %>/renderers/canvas/CanvasGraphics.js',
'<%= dirs.src %>/primitives/Graphics.js',
'<%= dirs.src %>/extras/Strip.js',
'<%= dirs.src %>/extras/Rope.js',
'<%= dirs.src %>/extras/TilingSprite.js',
@ -116,7 +118,8 @@ module.exports = function(grunt) {
'examples/example 9 - Tiling Texture',
'examples/example 10 - Text',
'examples/example 11 - RenderTexture',
'examples/example 12 - Spine'
'examples/example 12 - Spine',
'examples/example 13 - Graphics'
]
},
connect: {

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -602,7 +602,7 @@ http://www.bmglyph.com/ for mac.</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:41</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:41</code></a>
</p>
@ -692,7 +692,7 @@ http://www.bmglyph.com/ for mac.</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:73</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:73</code></a>
</p>
@ -791,7 +791,7 @@ http://www.bmglyph.com/ for mac.</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;DisplayObject.js:106</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:106</code></a>
</p>
@ -820,7 +820,7 @@ http://www.bmglyph.com/ for mac.</p>
<div class="param-description">
</div>
@ -875,7 +875,7 @@ http://www.bmglyph.com/ for mac.</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:168</code></a>
</p>
@ -959,7 +959,7 @@ http://www.bmglyph.com/ for mac.</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;DisplayObject.js:112</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:112</code></a>
</p>
@ -988,7 +988,7 @@ http://www.bmglyph.com/ for mac.</p>
<div class="param-description">
</div>
@ -1043,7 +1043,7 @@ http://www.bmglyph.com/ for mac.</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;DisplayObject.js:138</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:138</code></a>
</p>
@ -1072,7 +1072,7 @@ http://www.bmglyph.com/ for mac.</p>
<div class="param-description">
</div>
@ -1127,7 +1127,7 @@ http://www.bmglyph.com/ for mac.</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;DisplayObject.js:132</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:132</code></a>
</p>
@ -1156,7 +1156,7 @@ http://www.bmglyph.com/ for mac.</p>
<div class="param-description">
</div>
@ -1211,7 +1211,7 @@ http://www.bmglyph.com/ for mac.</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;DisplayObject.js:118</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:118</code></a>
</p>
@ -1241,7 +1241,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<div class="param-description">
</div>
@ -1296,7 +1296,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;DisplayObject.js:125</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:125</code></a>
</p>
@ -1326,7 +1326,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1381,7 +1381,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:186</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:186</code></a>
</p>
@ -1465,7 +1465,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;DisplayObject.js:190</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:190</code></a>
</p>
@ -1494,7 +1494,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1760,7 +1760,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:128</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:128</code></a>
</p>
@ -1859,7 +1859,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;DisplayObject.js:149</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:149</code></a>
</p>
@ -1889,7 +1889,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -1944,7 +1944,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;DisplayObject.js:162</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:162</code></a>
</p>
@ -1973,7 +1973,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -2028,7 +2028,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObject.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:168</code></a>
</p>
@ -2058,7 +2058,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -2113,7 +2113,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;DisplayObject.js:156</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:156</code></a>
</p>
@ -2142,7 +2142,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -2186,7 +2186,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;DisplayObject.js:40</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:40</code></a>
</p>
@ -2227,7 +2227,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;DisplayObject.js:95</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:95</code></a>
</p>
@ -2268,7 +2268,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:16</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:16</code></a>
</p>
@ -2309,7 +2309,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;DisplayObject.js:69</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:69</code></a>
</p>
@ -2351,7 +2351,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;DisplayObject.js:55</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:55</code></a>
</p>
@ -2392,7 +2392,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;DisplayObject.js:26</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:26</code></a>
</p>
@ -2433,7 +2433,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;DisplayObject.js:12</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:12</code></a>
</p>
@ -2474,7 +2474,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;DisplayObject.js:33</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:33</code></a>
</p>
@ -2515,7 +2515,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;DisplayObject.js:19</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:19</code></a>
</p>
@ -2556,7 +2556,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;DisplayObject.js:62</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:62</code></a>
</p>
@ -2597,7 +2597,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;DisplayObject.js:47</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:47</code></a>
</p>

View file

@ -142,7 +142,7 @@
<div class="foundat">
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_renderers_CanvasRenderer.js.html#l6"><code>src&#x2F;pixi&#x2F;renderers&#x2F;CanvasRenderer.js:6</code></a>
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_renderers_canvas_CanvasRenderer.js.html#l6"><code>src&#x2F;pixi&#x2F;renderers&#x2F;canvas&#x2F;CanvasRenderer.js:6</code></a>
</div>
@ -225,7 +225,7 @@ Dont forget to add the view to your DOM or you will not see anything :)</p>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_CanvasRenderer.js.html#l6"><code>src&#x2F;pixi&#x2F;renderers&#x2F;CanvasRenderer.js:6</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_canvas_CanvasRenderer.js.html#l6"><code>src&#x2F;pixi&#x2F;renderers&#x2F;canvas&#x2F;CanvasRenderer.js:6</code></a>
</p>
@ -442,7 +442,7 @@ Dont forget to add the view to your DOM or you will not see anything :)</p>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_CanvasRenderer.js.html#l66"><code>src&#x2F;pixi&#x2F;renderers&#x2F;CanvasRenderer.js:66</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_canvas_CanvasRenderer.js.html#l66"><code>src&#x2F;pixi&#x2F;renderers&#x2F;canvas&#x2F;CanvasRenderer.js:66</code></a>
</p>
@ -518,7 +518,7 @@ Dont forget to add the view to your DOM or you will not see anything :)</p>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_CanvasRenderer.js.html#l55"><code>src&#x2F;pixi&#x2F;renderers&#x2F;CanvasRenderer.js:55</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_canvas_CanvasRenderer.js.html#l55"><code>src&#x2F;pixi&#x2F;renderers&#x2F;canvas&#x2F;CanvasRenderer.js:55</code></a>
</p>
@ -562,7 +562,7 @@ Dont forget to add the view to your DOM or you will not see anything :)</p>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_CanvasRenderer.js.html#l31"><code>src&#x2F;pixi&#x2F;renderers&#x2F;CanvasRenderer.js:31</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_canvas_CanvasRenderer.js.html#l31"><code>src&#x2F;pixi&#x2F;renderers&#x2F;canvas&#x2F;CanvasRenderer.js:31</code></a>
</p>
@ -608,7 +608,7 @@ Dont forget to add the view to your DOM or you will not see anything :)</p>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_CanvasRenderer.js.html#l41"><code>src&#x2F;pixi&#x2F;renderers&#x2F;CanvasRenderer.js:41</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_canvas_CanvasRenderer.js.html#l41"><code>src&#x2F;pixi&#x2F;renderers&#x2F;canvas&#x2F;CanvasRenderer.js:41</code></a>
</p>
@ -652,7 +652,7 @@ Dont forget to add the view to your DOM or you will not see anything :)</p>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_CanvasRenderer.js.html#l24"><code>src&#x2F;pixi&#x2F;renderers&#x2F;CanvasRenderer.js:24</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_canvas_CanvasRenderer.js.html#l24"><code>src&#x2F;pixi&#x2F;renderers&#x2F;canvas&#x2F;CanvasRenderer.js:24</code></a>
</p>

View file

@ -458,7 +458,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;DisplayObject.js:106</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:106</code></a>
</p>
@ -487,7 +487,7 @@
<div class="param-description">
</div>
@ -542,7 +542,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;DisplayObject.js:112</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:112</code></a>
</p>
@ -571,7 +571,7 @@
<div class="param-description">
</div>
@ -626,7 +626,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;DisplayObject.js:138</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:138</code></a>
</p>
@ -655,7 +655,7 @@
<div class="param-description">
</div>
@ -710,7 +710,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;DisplayObject.js:132</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:132</code></a>
</p>
@ -739,7 +739,7 @@
<div class="param-description">
</div>
@ -794,7 +794,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;DisplayObject.js:118</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:118</code></a>
</p>
@ -824,7 +824,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<div class="param-description">
</div>
@ -879,7 +879,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;DisplayObject.js:125</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:125</code></a>
</p>
@ -909,7 +909,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -964,7 +964,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;DisplayObject.js:190</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:190</code></a>
</p>
@ -993,7 +993,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1048,7 +1048,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;DisplayObject.js:149</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:149</code></a>
</p>
@ -1078,7 +1078,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -1133,7 +1133,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;DisplayObject.js:162</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:162</code></a>
</p>
@ -1162,7 +1162,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -1217,7 +1217,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObject.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:168</code></a>
</p>
@ -1247,7 +1247,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -1302,7 +1302,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;DisplayObject.js:156</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:156</code></a>
</p>
@ -1331,7 +1331,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -1375,7 +1375,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;DisplayObject.js:40</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:40</code></a>
</p>
@ -1416,7 +1416,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;DisplayObject.js:95</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:95</code></a>
</p>
@ -1457,7 +1457,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;DisplayObject.js:69</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:69</code></a>
</p>
@ -1499,7 +1499,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;DisplayObject.js:55</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:55</code></a>
</p>
@ -1540,7 +1540,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;DisplayObject.js:26</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:26</code></a>
</p>
@ -1581,7 +1581,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;DisplayObject.js:12</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:12</code></a>
</p>
@ -1622,7 +1622,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;DisplayObject.js:33</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:33</code></a>
</p>
@ -1663,7 +1663,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;DisplayObject.js:19</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:19</code></a>
</p>
@ -1704,7 +1704,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;DisplayObject.js:62</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:62</code></a>
</p>
@ -1745,7 +1745,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;DisplayObject.js:47</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:47</code></a>
</p>

View file

@ -142,7 +142,7 @@
<div class="foundat">
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l5"><code>src&#x2F;pixi&#x2F;DisplayObject.js:5</code></a>
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l5"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:5</code></a>
</div>
@ -196,7 +196,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l5"><code>src&#x2F;pixi&#x2F;DisplayObject.js:5</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l5"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:5</code></a>
</p>
@ -244,15 +244,6 @@
<ul class="index-list methods">
<li class="index-item method">
<a href="#method_autoDetectRenderer">autoDetectRenderer</a>
<span class="flag static">static</span>
</li>
<li class="index-item method">
<a href="#method_click">click</a>
@ -424,159 +415,6 @@
<h2 class="off-left">Methods</h2>
<div id="method_autoDetectRenderer" class="method item">
<h3 class="name"><code>autoDetectRenderer</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>width</code>
</li>
<li class="arg">
<code>height</code>
</li>
<li class="arg">
<code>view</code>
</li>
<li class="arg">
<code>transparent</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="..&#x2F;files&#x2F;src_pixi_utils_Detector.js.html#l5"><code>src&#x2F;pixi&#x2F;utils&#x2F;Detector.js:5</code></a>
</p>
</div>
<div class="description">
<p>This helper function will automatically detect which renderer you should be using.
WebGL is the preferred renderer as it is a lot fastest. If webGL is not supported by the browser then this function will return a canvas renderer</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">width</code>
<span class="type">Number</span>
<div class="param-description">
<p>the width of the renderers view</p>
</div>
</li>
<li class="param">
<code class="param-name">height</code>
<span class="type">Number</span>
<div class="param-description">
<p>the height of the renderers view</p>
</div>
</li>
<li class="param">
<code class="param-name">view</code>
<span class="type">Canvas</span>
<div class="param-description">
<p>the canvas to use as a view, optional</p>
</div>
</li>
<li class="param">
<code class="param-name">transparent</code>
<span class="type">Boolean</span>
<div class="param-description">
<p>the transparency of the render view, default false</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_click" class="method item">
<h3 class="name"><code>click</code></h3>
@ -619,7 +457,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;DisplayObject.js:106</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:106</code></a>
</p>
@ -648,7 +486,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
<div class="param-description">
</div>
@ -706,7 +544,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;DisplayObject.js:112</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:112</code></a>
</p>
@ -735,7 +573,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
<div class="param-description">
</div>
@ -793,7 +631,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;DisplayObject.js:138</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:138</code></a>
</p>
@ -822,7 +660,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
<div class="param-description">
</div>
@ -880,7 +718,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;DisplayObject.js:132</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:132</code></a>
</p>
@ -909,7 +747,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
<div class="param-description">
</div>
@ -967,7 +805,7 @@ WebGL is the preferred renderer as it is a lot fastest. If webGL is not supporte
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;DisplayObject.js:118</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:118</code></a>
</p>
@ -997,7 +835,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<div class="param-description">
</div>
@ -1055,7 +893,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;DisplayObject.js:125</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:125</code></a>
</p>
@ -1085,7 +923,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1143,7 +981,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;DisplayObject.js:190</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:190</code></a>
</p>
@ -1172,7 +1010,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1230,7 +1068,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;DisplayObject.js:149</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:149</code></a>
</p>
@ -1260,7 +1098,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -1318,7 +1156,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;DisplayObject.js:162</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:162</code></a>
</p>
@ -1347,7 +1185,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -1405,7 +1243,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObject.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:168</code></a>
</p>
@ -1435,7 +1273,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -1493,7 +1331,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;DisplayObject.js:156</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:156</code></a>
</p>
@ -1522,7 +1360,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -1569,7 +1407,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;DisplayObject.js:40</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:40</code></a>
</p>
@ -1613,7 +1451,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;DisplayObject.js:95</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:95</code></a>
</p>
@ -1657,7 +1495,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;DisplayObject.js:69</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:69</code></a>
</p>
@ -1702,7 +1540,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;DisplayObject.js:55</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:55</code></a>
</p>
@ -1746,7 +1584,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;DisplayObject.js:26</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:26</code></a>
</p>
@ -1790,7 +1628,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;DisplayObject.js:12</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:12</code></a>
</p>
@ -1834,7 +1672,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;DisplayObject.js:33</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:33</code></a>
</p>
@ -1878,7 +1716,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;DisplayObject.js:19</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:19</code></a>
</p>
@ -1922,7 +1760,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;DisplayObject.js:62</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:62</code></a>
</p>
@ -1966,7 +1804,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;DisplayObject.js:47</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:47</code></a>
</p>

View file

@ -146,7 +146,7 @@
<div class="foundat">
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l6"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:6</code></a>
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLGraphics.js.html#l6"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLGraphics.js:6</code></a>
</div>
@ -200,7 +200,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l6"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:6</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLGraphics.js.html#l6"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLGraphics.js:6</code></a>
</p>
@ -503,7 +503,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:41</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:41</code></a>
</p>
@ -596,7 +596,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:73</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:73</code></a>
</p>
@ -695,7 +695,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;DisplayObject.js:106</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:106</code></a>
</p>
@ -724,7 +724,7 @@
<div class="param-description">
</div>
@ -782,7 +782,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:168</code></a>
</p>
@ -866,7 +866,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;DisplayObject.js:112</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:112</code></a>
</p>
@ -895,7 +895,7 @@
<div class="param-description">
</div>
@ -950,7 +950,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;DisplayObject.js:138</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:138</code></a>
</p>
@ -979,7 +979,7 @@
<div class="param-description">
</div>
@ -1034,7 +1034,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;DisplayObject.js:132</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:132</code></a>
</p>
@ -1063,7 +1063,7 @@
<div class="param-description">
</div>
@ -1118,7 +1118,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;DisplayObject.js:118</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:118</code></a>
</p>
@ -1148,7 +1148,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<div class="param-description">
</div>
@ -1203,7 +1203,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;DisplayObject.js:125</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:125</code></a>
</p>
@ -1233,7 +1233,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1291,7 +1291,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:186</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:186</code></a>
</p>
@ -1375,7 +1375,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;DisplayObject.js:190</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:190</code></a>
</p>
@ -1404,7 +1404,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1468,7 +1468,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:128</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:128</code></a>
</p>
@ -1567,7 +1567,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;DisplayObject.js:149</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:149</code></a>
</p>
@ -1597,7 +1597,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -1652,7 +1652,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;DisplayObject.js:162</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:162</code></a>
</p>
@ -1681,7 +1681,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -1736,7 +1736,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObject.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:168</code></a>
</p>
@ -1766,7 +1766,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -1821,7 +1821,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;DisplayObject.js:156</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:156</code></a>
</p>
@ -1850,7 +1850,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -1894,7 +1894,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;DisplayObject.js:40</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:40</code></a>
</p>
@ -1935,7 +1935,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;DisplayObject.js:95</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:95</code></a>
</p>
@ -1979,7 +1979,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:16</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:16</code></a>
</p>
@ -2020,7 +2020,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;DisplayObject.js:69</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:69</code></a>
</p>
@ -2062,7 +2062,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;DisplayObject.js:55</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:55</code></a>
</p>
@ -2103,7 +2103,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;DisplayObject.js:26</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:26</code></a>
</p>
@ -2144,7 +2144,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;DisplayObject.js:12</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:12</code></a>
</p>
@ -2185,7 +2185,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;DisplayObject.js:33</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:33</code></a>
</p>
@ -2226,7 +2226,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;DisplayObject.js:19</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:19</code></a>
</p>
@ -2267,7 +2267,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;DisplayObject.js:62</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:62</code></a>
</p>
@ -2308,7 +2308,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;DisplayObject.js:47</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:47</code></a>
</p>

View file

@ -142,7 +142,7 @@
<div class="foundat">
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_InteractionManager.js.html#l513"><code>src&#x2F;pixi&#x2F;InteractionManager.js:513</code></a>
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_InteractionManager.js.html#l519"><code>src&#x2F;pixi&#x2F;InteractionManager.js:519</code></a>
</div>
@ -196,7 +196,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_InteractionManager.js.html#l513"><code>src&#x2F;pixi&#x2F;InteractionManager.js:513</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_InteractionManager.js.html#l519"><code>src&#x2F;pixi&#x2F;InteractionManager.js:519</code></a>
</p>
@ -335,7 +335,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_InteractionManager.js.html#l537"><code>src&#x2F;pixi&#x2F;InteractionManager.js:537</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_InteractionManager.js.html#l543"><code>src&#x2F;pixi&#x2F;InteractionManager.js:543</code></a>
</p>
@ -424,7 +424,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_InteractionManager.js.html#l519"><code>src&#x2F;pixi&#x2F;InteractionManager.js:519</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_InteractionManager.js.html#l525"><code>src&#x2F;pixi&#x2F;InteractionManager.js:525</code></a>
</p>
@ -468,7 +468,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_InteractionManager.js.html#l529"><code>src&#x2F;pixi&#x2F;InteractionManager.js:529</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_InteractionManager.js.html#l535"><code>src&#x2F;pixi&#x2F;InteractionManager.js:535</code></a>
</p>

View file

@ -259,6 +259,8 @@ This manager also supports multitouch.</p>
<li class="api-class-tab index"><a href="#index">Index</a></li>
<li class="api-class-tab methods"><a href="#methods">Methods</a></li>
<li class="api-class-tab properties"><a href="#properties">Properties</a></li>
@ -271,6 +273,23 @@ This manager also supports multitouch.</p>
<h2 class="off-left">Item Index</h2>
<div class="index-section methods">
<h3>Methods</h3>
<ul class="index-list methods">
<li class="index-item method">
<a href="#method_autoDetectRenderer">autoDetectRenderer</a>
<span class="flag static">static</span>
</li>
</ul>
</div>
<div class="index-section properties">
@ -309,6 +328,165 @@ This manager also supports multitouch.</p>
</div>
<div id="methods" class="api-class-tabpanel">
<h2 class="off-left">Methods</h2>
<div id="method_autoDetectRenderer" class="method item">
<h3 class="name"><code>autoDetectRenderer</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>width</code>
</li>
<li class="arg">
<code>height</code>
</li>
<li class="arg">
<code>view</code>
</li>
<li class="arg">
<code>transparent</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="..&#x2F;files&#x2F;src_pixi_utils_Detector.js.html#l5"><code>src&#x2F;pixi&#x2F;utils&#x2F;Detector.js:5</code></a>
</p>
</div>
<div class="description">
<p>This helper function will automatically detect which renderer you should be using.
WebGL is the preferred renderer as it is a lot fastest. If webGL is not supported by the browser then this function will return a canvas renderer</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">width</code>
<span class="type">Number</span>
<div class="param-description">
<p>the width of the renderers view</p>
</div>
</li>
<li class="param">
<code class="param-name">height</code>
<span class="type">Number</span>
<div class="param-description">
<p>the height of the renderers view</p>
</div>
</li>
<li class="param">
<code class="param-name">view</code>
<span class="type">Canvas</span>
<div class="param-description">
<p>the canvas to use as a view, optional</p>
</div>
</li>
<li class="param">
<code class="param-name">transparent</code>
<span class="type">Boolean</span>
<div class="param-description">
<p>the transparency of the render view, default false</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div id="properties" class="api-class-tabpanel">

View file

@ -146,7 +146,7 @@
<div class="foundat">
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_MovieClip.js.html#l5"><code>src&#x2F;pixi&#x2F;MovieClip.js:5</code></a>
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_display_MovieClip.js.html#l5"><code>src&#x2F;pixi&#x2F;display&#x2F;MovieClip.js:5</code></a>
</div>
@ -210,7 +210,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_MovieClip.js.html#l5"><code>src&#x2F;pixi&#x2F;MovieClip.js:5</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_MovieClip.js.html#l5"><code>src&#x2F;pixi&#x2F;display&#x2F;MovieClip.js:5</code></a>
</p>
@ -645,7 +645,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:41</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:41</code></a>
</p>
@ -735,7 +735,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:73</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:73</code></a>
</p>
@ -834,7 +834,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;DisplayObject.js:106</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:106</code></a>
</p>
@ -863,7 +863,7 @@
<div class="param-description">
</div>
@ -918,7 +918,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:168</code></a>
</p>
@ -1005,7 +1005,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_MovieClip.js.html#l94"><code>src&#x2F;pixi&#x2F;MovieClip.js:94</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_MovieClip.js.html#l94"><code>src&#x2F;pixi&#x2F;display&#x2F;MovieClip.js:94</code></a>
</p>
@ -1092,7 +1092,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_MovieClip.js.html#l81"><code>src&#x2F;pixi&#x2F;MovieClip.js:81</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_MovieClip.js.html#l81"><code>src&#x2F;pixi&#x2F;display&#x2F;MovieClip.js:81</code></a>
</p>
@ -1176,7 +1176,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;DisplayObject.js:112</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:112</code></a>
</p>
@ -1205,7 +1205,7 @@
<div class="param-description">
</div>
@ -1260,7 +1260,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;DisplayObject.js:138</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:138</code></a>
</p>
@ -1289,7 +1289,7 @@
<div class="param-description">
</div>
@ -1344,7 +1344,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;DisplayObject.js:132</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:132</code></a>
</p>
@ -1373,7 +1373,7 @@
<div class="param-description">
</div>
@ -1428,7 +1428,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;DisplayObject.js:118</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:118</code></a>
</p>
@ -1458,7 +1458,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<div class="param-description">
</div>
@ -1513,7 +1513,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;DisplayObject.js:125</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:125</code></a>
</p>
@ -1543,7 +1543,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1591,7 +1591,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_MovieClip.js.html#l72"><code>src&#x2F;pixi&#x2F;MovieClip.js:72</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_MovieClip.js.html#l72"><code>src&#x2F;pixi&#x2F;display&#x2F;MovieClip.js:72</code></a>
</p>
@ -1652,7 +1652,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:186</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:186</code></a>
</p>
@ -1736,7 +1736,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;DisplayObject.js:190</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:190</code></a>
</p>
@ -1765,7 +1765,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1820,7 +1820,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l103"><code>src&#x2F;pixi&#x2F;Sprite.js:103</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l103"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:103</code></a>
</p>
@ -1897,7 +1897,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_MovieClip.js.html#l63"><code>src&#x2F;pixi&#x2F;MovieClip.js:63</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_MovieClip.js.html#l63"><code>src&#x2F;pixi&#x2F;display&#x2F;MovieClip.js:63</code></a>
</p>
@ -1964,7 +1964,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:128</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:128</code></a>
</p>
@ -2063,7 +2063,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;DisplayObject.js:149</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:149</code></a>
</p>
@ -2093,7 +2093,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -2148,7 +2148,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;DisplayObject.js:162</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:162</code></a>
</p>
@ -2177,7 +2177,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -2232,7 +2232,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObject.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:168</code></a>
</p>
@ -2262,7 +2262,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -2317,7 +2317,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;DisplayObject.js:156</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:156</code></a>
</p>
@ -2346,7 +2346,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -2390,7 +2390,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;DisplayObject.js:40</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:40</code></a>
</p>
@ -2431,7 +2431,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l21"><code>src&#x2F;pixi&#x2F;Sprite.js:21</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l21"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:21</code></a>
</p>
@ -2478,7 +2478,7 @@ Setting the anchor to 1,1 would mean the textures origin points will be the bott
<a href="..&#x2F;files&#x2F;src_pixi_MovieClip.js.html#l30"><code>src&#x2F;pixi&#x2F;MovieClip.js:30</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_MovieClip.js.html#l30"><code>src&#x2F;pixi&#x2F;display&#x2F;MovieClip.js:30</code></a>
</p>
@ -2519,7 +2519,7 @@ Setting the anchor to 1,1 would mean the textures origin points will be the bott
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l38"><code>src&#x2F;pixi&#x2F;Sprite.js:38</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l38"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:38</code></a>
</p>
@ -2561,7 +2561,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;DisplayObject.js:95</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:95</code></a>
</p>
@ -2602,7 +2602,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:16</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:16</code></a>
</p>
@ -2646,7 +2646,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
<a href="..&#x2F;files&#x2F;src_pixi_MovieClip.js.html#l23"><code>src&#x2F;pixi&#x2F;MovieClip.js:23</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_MovieClip.js.html#l23"><code>src&#x2F;pixi&#x2F;display&#x2F;MovieClip.js:23</code></a>
</p>
@ -2687,7 +2687,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l53"><code>src&#x2F;pixi&#x2F;Sprite.js:53</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l53"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:53</code></a>
</p>
@ -2728,7 +2728,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;DisplayObject.js:69</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:69</code></a>
</p>
@ -2773,7 +2773,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_MovieClip.js.html#l37"><code>src&#x2F;pixi&#x2F;MovieClip.js:37</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_MovieClip.js.html#l37"><code>src&#x2F;pixi&#x2F;display&#x2F;MovieClip.js:37</code></a>
</p>
@ -2817,7 +2817,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_MovieClip.js.html#l44"><code>src&#x2F;pixi&#x2F;MovieClip.js:44</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_MovieClip.js.html#l44"><code>src&#x2F;pixi&#x2F;display&#x2F;MovieClip.js:44</code></a>
</p>
@ -2858,7 +2858,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;DisplayObject.js:55</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:55</code></a>
</p>
@ -2899,7 +2899,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;DisplayObject.js:26</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:26</code></a>
</p>
@ -2943,7 +2943,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_MovieClip.js.html#l51"><code>src&#x2F;pixi&#x2F;MovieClip.js:51</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_MovieClip.js.html#l51"><code>src&#x2F;pixi&#x2F;display&#x2F;MovieClip.js:51</code></a>
</p>
@ -2984,7 +2984,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;DisplayObject.js:12</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:12</code></a>
</p>
@ -3025,7 +3025,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;DisplayObject.js:33</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:33</code></a>
</p>
@ -3066,7 +3066,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;DisplayObject.js:19</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:19</code></a>
</p>
@ -3107,7 +3107,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;DisplayObject.js:62</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:62</code></a>
</p>
@ -3148,7 +3148,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l31"><code>src&#x2F;pixi&#x2F;Sprite.js:31</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l31"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:31</code></a>
</p>
@ -3192,7 +3192,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_MovieClip.js.html#l16"><code>src&#x2F;pixi&#x2F;MovieClip.js:16</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_MovieClip.js.html#l16"><code>src&#x2F;pixi&#x2F;display&#x2F;MovieClip.js:16</code></a>
</p>
@ -3233,7 +3233,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;DisplayObject.js:47</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:47</code></a>
</p>
@ -3274,7 +3274,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l46"><code>src&#x2F;pixi&#x2F;Sprite.js:46</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l46"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:46</code></a>
</p>

View file

@ -142,7 +142,7 @@
<div class="foundat">
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_Point.js.html#l5"><code>src&#x2F;pixi&#x2F;Point.js:5</code></a>
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_core_Point.js.html#l5"><code>src&#x2F;pixi&#x2F;core&#x2F;Point.js:5</code></a>
</div>
@ -212,7 +212,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Point.js.html#l5"><code>src&#x2F;pixi&#x2F;Point.js:5</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_core_Point.js.html#l5"><code>src&#x2F;pixi&#x2F;core&#x2F;Point.js:5</code></a>
</p>
@ -379,7 +379,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Point.js.html#l29"><code>src&#x2F;pixi&#x2F;Point.js:29</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_core_Point.js.html#l29"><code>src&#x2F;pixi&#x2F;core&#x2F;Point.js:29</code></a>
</p>
@ -443,7 +443,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Point.js.html#l14"><code>src&#x2F;pixi&#x2F;Point.js:14</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_core_Point.js.html#l14"><code>src&#x2F;pixi&#x2F;core&#x2F;Point.js:14</code></a>
</p>
@ -489,7 +489,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Point.js.html#l21"><code>src&#x2F;pixi&#x2F;Point.js:21</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_core_Point.js.html#l21"><code>src&#x2F;pixi&#x2F;core&#x2F;Point.js:21</code></a>
</p>

View file

@ -142,7 +142,7 @@
<div class="foundat">
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_Polygon.js.html#l5"><code>src&#x2F;pixi&#x2F;Polygon.js:5</code></a>
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_core_Polygon.js.html#l5"><code>src&#x2F;pixi&#x2F;core&#x2F;Polygon.js:5</code></a>
</div>
@ -206,7 +206,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Polygon.js.html#l5"><code>src&#x2F;pixi&#x2F;Polygon.js:5</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_core_Polygon.js.html#l5"><code>src&#x2F;pixi&#x2F;core&#x2F;Polygon.js:5</code></a>
</p>
@ -334,7 +334,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Polygon.js.html#l15"><code>src&#x2F;pixi&#x2F;Polygon.js:15</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_core_Polygon.js.html#l15"><code>src&#x2F;pixi&#x2F;core&#x2F;Polygon.js:15</code></a>
</p>

View file

@ -142,7 +142,7 @@
<div class="foundat">
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_Rectangle.js.html#l5"><code>src&#x2F;pixi&#x2F;Rectangle.js:5</code></a>
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_core_Rectangle.js.html#l5"><code>src&#x2F;pixi&#x2F;core&#x2F;Rectangle.js:5</code></a>
</div>
@ -224,7 +224,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Rectangle.js.html#l5"><code>src&#x2F;pixi&#x2F;Rectangle.js:5</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_core_Rectangle.js.html#l5"><code>src&#x2F;pixi&#x2F;core&#x2F;Rectangle.js:5</code></a>
</p>
@ -435,7 +435,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Rectangle.js.html#l45"><code>src&#x2F;pixi&#x2F;Rectangle.js:45</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_core_Rectangle.js.html#l45"><code>src&#x2F;pixi&#x2F;core&#x2F;Rectangle.js:45</code></a>
</p>
@ -499,7 +499,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Rectangle.js.html#l37"><code>src&#x2F;pixi&#x2F;Rectangle.js:37</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_core_Rectangle.js.html#l37"><code>src&#x2F;pixi&#x2F;core&#x2F;Rectangle.js:37</code></a>
</p>
@ -545,7 +545,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Rectangle.js.html#l30"><code>src&#x2F;pixi&#x2F;Rectangle.js:30</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_core_Rectangle.js.html#l30"><code>src&#x2F;pixi&#x2F;core&#x2F;Rectangle.js:30</code></a>
</p>
@ -591,7 +591,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Rectangle.js.html#l16"><code>src&#x2F;pixi&#x2F;Rectangle.js:16</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_core_Rectangle.js.html#l16"><code>src&#x2F;pixi&#x2F;core&#x2F;Rectangle.js:16</code></a>
</p>
@ -637,7 +637,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Rectangle.js.html#l23"><code>src&#x2F;pixi&#x2F;Rectangle.js:23</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_core_Rectangle.js.html#l23"><code>src&#x2F;pixi&#x2F;core&#x2F;Rectangle.js:23</code></a>
</p>

View file

@ -538,7 +538,7 @@ When loaded this class will dispatch a "loaded" event</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:41</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:41</code></a>
</p>
@ -628,7 +628,7 @@ When loaded this class will dispatch a "loaded" event</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:73</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:73</code></a>
</p>
@ -727,7 +727,7 @@ When loaded this class will dispatch a "loaded" event</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;DisplayObject.js:106</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:106</code></a>
</p>
@ -756,7 +756,7 @@ When loaded this class will dispatch a "loaded" event</p>
<div class="param-description">
</div>
@ -811,7 +811,7 @@ When loaded this class will dispatch a "loaded" event</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:168</code></a>
</p>
@ -895,7 +895,7 @@ When loaded this class will dispatch a "loaded" event</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;DisplayObject.js:112</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:112</code></a>
</p>
@ -924,7 +924,7 @@ When loaded this class will dispatch a "loaded" event</p>
<div class="param-description">
</div>
@ -979,7 +979,7 @@ When loaded this class will dispatch a "loaded" event</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;DisplayObject.js:138</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:138</code></a>
</p>
@ -1008,7 +1008,7 @@ When loaded this class will dispatch a "loaded" event</p>
<div class="param-description">
</div>
@ -1063,7 +1063,7 @@ When loaded this class will dispatch a "loaded" event</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;DisplayObject.js:132</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:132</code></a>
</p>
@ -1092,7 +1092,7 @@ When loaded this class will dispatch a "loaded" event</p>
<div class="param-description">
</div>
@ -1147,7 +1147,7 @@ When loaded this class will dispatch a "loaded" event</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;DisplayObject.js:118</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:118</code></a>
</p>
@ -1177,7 +1177,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<div class="param-description">
</div>
@ -1232,7 +1232,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;DisplayObject.js:125</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:125</code></a>
</p>
@ -1262,7 +1262,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1317,7 +1317,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:186</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:186</code></a>
</p>
@ -1401,7 +1401,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;DisplayObject.js:190</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:190</code></a>
</p>
@ -1430,7 +1430,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1491,7 +1491,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:128</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:128</code></a>
</p>
@ -1590,7 +1590,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;DisplayObject.js:149</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:149</code></a>
</p>
@ -1620,7 +1620,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -1675,7 +1675,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;DisplayObject.js:162</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:162</code></a>
</p>
@ -1704,7 +1704,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -1759,7 +1759,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObject.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:168</code></a>
</p>
@ -1789,7 +1789,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -1844,7 +1844,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;DisplayObject.js:156</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:156</code></a>
</p>
@ -1873,7 +1873,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -1917,7 +1917,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;DisplayObject.js:40</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:40</code></a>
</p>
@ -1958,7 +1958,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;DisplayObject.js:95</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:95</code></a>
</p>
@ -1999,7 +1999,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:16</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:16</code></a>
</p>
@ -2040,7 +2040,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;DisplayObject.js:69</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:69</code></a>
</p>
@ -2082,7 +2082,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;DisplayObject.js:55</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:55</code></a>
</p>
@ -2123,7 +2123,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;DisplayObject.js:26</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:26</code></a>
</p>
@ -2164,7 +2164,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;DisplayObject.js:12</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:12</code></a>
</p>
@ -2205,7 +2205,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;DisplayObject.js:33</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:33</code></a>
</p>
@ -2246,7 +2246,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;DisplayObject.js:19</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:19</code></a>
</p>
@ -2287,7 +2287,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;DisplayObject.js:62</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:62</code></a>
</p>
@ -2328,7 +2328,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;DisplayObject.js:47</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:47</code></a>
</p>

View file

@ -146,7 +146,7 @@
<div class="foundat">
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l10"><code>src&#x2F;pixi&#x2F;Sprite.js:10</code></a>
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l10"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:10</code></a>
</div>
@ -210,7 +210,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l10"><code>src&#x2F;pixi&#x2F;Sprite.js:10</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l10"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:10</code></a>
</p>
@ -593,7 +593,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:41</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:41</code></a>
</p>
@ -683,7 +683,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:73</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:73</code></a>
</p>
@ -782,7 +782,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;DisplayObject.js:106</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:106</code></a>
</p>
@ -811,7 +811,7 @@
<div class="param-description">
</div>
@ -875,7 +875,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l135"><code>src&#x2F;pixi&#x2F;Sprite.js:135</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l135"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:135</code></a>
</p>
@ -982,7 +982,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l151"><code>src&#x2F;pixi&#x2F;Sprite.js:151</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l151"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:151</code></a>
</p>
@ -1080,7 +1080,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:168</code></a>
</p>
@ -1164,7 +1164,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;DisplayObject.js:112</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:112</code></a>
</p>
@ -1193,7 +1193,7 @@
<div class="param-description">
</div>
@ -1248,7 +1248,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;DisplayObject.js:138</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:138</code></a>
</p>
@ -1277,7 +1277,7 @@
<div class="param-description">
</div>
@ -1332,7 +1332,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;DisplayObject.js:132</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:132</code></a>
</p>
@ -1361,7 +1361,7 @@
<div class="param-description">
</div>
@ -1416,7 +1416,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;DisplayObject.js:118</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:118</code></a>
</p>
@ -1446,7 +1446,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<div class="param-description">
</div>
@ -1501,7 +1501,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;DisplayObject.js:125</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:125</code></a>
</p>
@ -1531,7 +1531,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1586,7 +1586,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:186</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:186</code></a>
</p>
@ -1670,7 +1670,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;DisplayObject.js:190</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:190</code></a>
</p>
@ -1699,7 +1699,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1757,7 +1757,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l103"><code>src&#x2F;pixi&#x2F;Sprite.js:103</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l103"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:103</code></a>
</p>
@ -1847,7 +1847,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:128</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:128</code></a>
</p>
@ -1946,7 +1946,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;DisplayObject.js:149</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:149</code></a>
</p>
@ -1976,7 +1976,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -2031,7 +2031,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;DisplayObject.js:162</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:162</code></a>
</p>
@ -2060,7 +2060,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -2115,7 +2115,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObject.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:168</code></a>
</p>
@ -2145,7 +2145,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -2200,7 +2200,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;DisplayObject.js:156</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:156</code></a>
</p>
@ -2229,7 +2229,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -2273,7 +2273,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;DisplayObject.js:40</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:40</code></a>
</p>
@ -2317,7 +2317,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l21"><code>src&#x2F;pixi&#x2F;Sprite.js:21</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l21"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:21</code></a>
</p>
@ -2364,7 +2364,7 @@ Setting the anchor to 1,1 would mean the textures origin points will be the bott
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l38"><code>src&#x2F;pixi&#x2F;Sprite.js:38</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l38"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:38</code></a>
</p>
@ -2406,7 +2406,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;DisplayObject.js:95</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:95</code></a>
</p>
@ -2447,7 +2447,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:16</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:16</code></a>
</p>
@ -2491,7 +2491,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l53"><code>src&#x2F;pixi&#x2F;Sprite.js:53</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l53"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:53</code></a>
</p>
@ -2532,7 +2532,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;DisplayObject.js:69</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:69</code></a>
</p>
@ -2574,7 +2574,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;DisplayObject.js:55</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:55</code></a>
</p>
@ -2615,7 +2615,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;DisplayObject.js:26</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:26</code></a>
</p>
@ -2656,7 +2656,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;DisplayObject.js:12</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:12</code></a>
</p>
@ -2697,7 +2697,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;DisplayObject.js:33</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:33</code></a>
</p>
@ -2738,7 +2738,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;DisplayObject.js:19</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:19</code></a>
</p>
@ -2779,7 +2779,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;DisplayObject.js:62</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:62</code></a>
</p>
@ -2823,7 +2823,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l31"><code>src&#x2F;pixi&#x2F;Sprite.js:31</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l31"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:31</code></a>
</p>
@ -2864,7 +2864,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;DisplayObject.js:47</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:47</code></a>
</p>
@ -2908,7 +2908,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l46"><code>src&#x2F;pixi&#x2F;Sprite.js:46</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l46"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:46</code></a>
</p>

View file

@ -146,7 +146,7 @@
<div class="foundat">
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_Stage.js.html#l5"><code>src&#x2F;pixi&#x2F;Stage.js:5</code></a>
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_display_Stage.js.html#l5"><code>src&#x2F;pixi&#x2F;display&#x2F;Stage.js:5</code></a>
</div>
@ -216,7 +216,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Stage.js.html#l5"><code>src&#x2F;pixi&#x2F;Stage.js:5</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Stage.js.html#l5"><code>src&#x2F;pixi&#x2F;display&#x2F;Stage.js:5</code></a>
</p>
@ -575,7 +575,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:41</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:41</code></a>
</p>
@ -665,7 +665,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:73</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:73</code></a>
</p>
@ -764,7 +764,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;DisplayObject.js:106</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:106</code></a>
</p>
@ -793,7 +793,7 @@
<div class="param-description">
</div>
@ -848,7 +848,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:168</code></a>
</p>
@ -929,7 +929,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_Stage.js.html#l76"><code>src&#x2F;pixi&#x2F;Stage.js:76</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Stage.js.html#l76"><code>src&#x2F;pixi&#x2F;display&#x2F;Stage.js:76</code></a>
</p>
@ -1003,7 +1003,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;DisplayObject.js:112</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:112</code></a>
</p>
@ -1032,7 +1032,7 @@
<div class="param-description">
</div>
@ -1087,7 +1087,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;DisplayObject.js:138</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:138</code></a>
</p>
@ -1116,7 +1116,7 @@
<div class="param-description">
</div>
@ -1171,7 +1171,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;DisplayObject.js:132</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:132</code></a>
</p>
@ -1200,7 +1200,7 @@
<div class="param-description">
</div>
@ -1255,7 +1255,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;DisplayObject.js:118</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:118</code></a>
</p>
@ -1285,7 +1285,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<div class="param-description">
</div>
@ -1340,7 +1340,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;DisplayObject.js:125</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:125</code></a>
</p>
@ -1370,7 +1370,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1425,7 +1425,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:186</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:186</code></a>
</p>
@ -1512,7 +1512,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_Stage.js.html#l63"><code>src&#x2F;pixi&#x2F;Stage.js:63</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Stage.js.html#l63"><code>src&#x2F;pixi&#x2F;display&#x2F;Stage.js:63</code></a>
</p>
@ -1596,7 +1596,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;DisplayObject.js:190</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:190</code></a>
</p>
@ -1625,7 +1625,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1686,7 +1686,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:128</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:128</code></a>
</p>
@ -1785,7 +1785,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;DisplayObject.js:149</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:149</code></a>
</p>
@ -1815,7 +1815,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -1870,7 +1870,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;DisplayObject.js:162</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:162</code></a>
</p>
@ -1899,7 +1899,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -1954,7 +1954,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObject.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:168</code></a>
</p>
@ -1984,7 +1984,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -2039,7 +2039,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;DisplayObject.js:156</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:156</code></a>
</p>
@ -2068,7 +2068,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -2116,7 +2116,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_Stage.js.html#l40"><code>src&#x2F;pixi&#x2F;Stage.js:40</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Stage.js.html#l40"><code>src&#x2F;pixi&#x2F;display&#x2F;Stage.js:40</code></a>
</p>
@ -2166,7 +2166,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;DisplayObject.js:40</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:40</code></a>
</p>
@ -2207,7 +2207,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;DisplayObject.js:95</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:95</code></a>
</p>
@ -2248,7 +2248,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:16</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:16</code></a>
</p>
@ -2289,7 +2289,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;DisplayObject.js:69</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:69</code></a>
</p>
@ -2331,7 +2331,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;DisplayObject.js:55</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:55</code></a>
</p>
@ -2372,7 +2372,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;DisplayObject.js:26</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:26</code></a>
</p>
@ -2413,7 +2413,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;DisplayObject.js:12</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:12</code></a>
</p>
@ -2454,7 +2454,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;DisplayObject.js:33</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:33</code></a>
</p>
@ -2495,7 +2495,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;DisplayObject.js:19</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:19</code></a>
</p>
@ -2536,7 +2536,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;DisplayObject.js:62</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:62</code></a>
</p>
@ -2577,7 +2577,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;DisplayObject.js:47</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:47</code></a>
</p>

View file

@ -706,7 +706,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:41</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:41</code></a>
</p>
@ -796,7 +796,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:73</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:73</code></a>
</p>
@ -895,7 +895,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;DisplayObject.js:106</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:106</code></a>
</p>
@ -924,7 +924,7 @@
<div class="param-description">
</div>
@ -979,7 +979,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:168</code></a>
</p>
@ -1063,7 +1063,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;DisplayObject.js:112</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:112</code></a>
</p>
@ -1092,7 +1092,7 @@
<div class="param-description">
</div>
@ -1147,7 +1147,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;DisplayObject.js:138</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:138</code></a>
</p>
@ -1176,7 +1176,7 @@
<div class="param-description">
</div>
@ -1231,7 +1231,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;DisplayObject.js:132</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:132</code></a>
</p>
@ -1260,7 +1260,7 @@
<div class="param-description">
</div>
@ -1315,7 +1315,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;DisplayObject.js:118</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:118</code></a>
</p>
@ -1345,7 +1345,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<div class="param-description">
</div>
@ -1400,7 +1400,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;DisplayObject.js:125</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:125</code></a>
</p>
@ -1430,7 +1430,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1485,7 +1485,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:186</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:186</code></a>
</p>
@ -1569,7 +1569,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;DisplayObject.js:190</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:190</code></a>
</p>
@ -1598,7 +1598,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1850,7 +1850,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l103"><code>src&#x2F;pixi&#x2F;Sprite.js:103</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l103"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:103</code></a>
</p>
@ -1940,7 +1940,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:128</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:128</code></a>
</p>
@ -2039,7 +2039,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;DisplayObject.js:149</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:149</code></a>
</p>
@ -2069,7 +2069,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -2124,7 +2124,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;DisplayObject.js:162</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:162</code></a>
</p>
@ -2153,7 +2153,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -2208,7 +2208,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObject.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:168</code></a>
</p>
@ -2238,7 +2238,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -2293,7 +2293,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;DisplayObject.js:156</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:156</code></a>
</p>
@ -2322,7 +2322,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -2366,7 +2366,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;DisplayObject.js:40</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:40</code></a>
</p>
@ -2407,7 +2407,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l21"><code>src&#x2F;pixi&#x2F;Sprite.js:21</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l21"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:21</code></a>
</p>
@ -2451,7 +2451,7 @@ Setting the anchor to 1,1 would mean the textures origin points will be the bott
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l38"><code>src&#x2F;pixi&#x2F;Sprite.js:38</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l38"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:38</code></a>
</p>
@ -2493,7 +2493,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;DisplayObject.js:95</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:95</code></a>
</p>
@ -2534,7 +2534,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:16</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:16</code></a>
</p>
@ -2575,7 +2575,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l53"><code>src&#x2F;pixi&#x2F;Sprite.js:53</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l53"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:53</code></a>
</p>
@ -2616,7 +2616,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;DisplayObject.js:69</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:69</code></a>
</p>
@ -2658,7 +2658,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;DisplayObject.js:55</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:55</code></a>
</p>
@ -2699,7 +2699,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;DisplayObject.js:26</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:26</code></a>
</p>
@ -2740,7 +2740,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;DisplayObject.js:12</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:12</code></a>
</p>
@ -2781,7 +2781,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;DisplayObject.js:33</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:33</code></a>
</p>
@ -2822,7 +2822,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;DisplayObject.js:19</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:19</code></a>
</p>
@ -2863,7 +2863,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;DisplayObject.js:62</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:62</code></a>
</p>
@ -2904,7 +2904,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l31"><code>src&#x2F;pixi&#x2F;Sprite.js:31</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l31"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:31</code></a>
</p>
@ -2945,7 +2945,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;DisplayObject.js:47</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:47</code></a>
</p>
@ -2986,7 +2986,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_Sprite.js.html#l46"><code>src&#x2F;pixi&#x2F;Sprite.js:46</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_Sprite.js.html#l46"><code>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js:46</code></a>
</p>

View file

@ -589,7 +589,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:41</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:41</code></a>
</p>
@ -679,7 +679,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:73</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:73</code></a>
</p>
@ -778,7 +778,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;DisplayObject.js:106</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l106"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:106</code></a>
</p>
@ -807,7 +807,7 @@
<div class="param-description">
</div>
@ -862,7 +862,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:168</code></a>
</p>
@ -946,7 +946,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;DisplayObject.js:112</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l112"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:112</code></a>
</p>
@ -975,7 +975,7 @@
<div class="param-description">
</div>
@ -1030,7 +1030,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;DisplayObject.js:138</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l138"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:138</code></a>
</p>
@ -1059,7 +1059,7 @@
<div class="param-description">
</div>
@ -1114,7 +1114,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;DisplayObject.js:132</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l132"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:132</code></a>
</p>
@ -1143,7 +1143,7 @@
<div class="param-description">
</div>
@ -1198,7 +1198,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;DisplayObject.js:118</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l118"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:118</code></a>
</p>
@ -1228,7 +1228,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<div class="param-description">
</div>
@ -1283,7 +1283,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;DisplayObject.js:125</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l125"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:125</code></a>
</p>
@ -1313,7 +1313,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1368,7 +1368,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:186</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:186</code></a>
</p>
@ -1452,7 +1452,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;DisplayObject.js:190</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l190"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:190</code></a>
</p>
@ -1481,7 +1481,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<div class="param-description">
</div>
@ -1542,7 +1542,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:128</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:128</code></a>
</p>
@ -1641,7 +1641,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;DisplayObject.js:149</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l149"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:149</code></a>
</p>
@ -1671,7 +1671,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -1726,7 +1726,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;DisplayObject.js:162</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l162"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:162</code></a>
</p>
@ -1755,7 +1755,7 @@ basically a touch version of click</p>
<div class="param-description">
</div>
@ -1810,7 +1810,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;DisplayObject.js:168</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l168"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:168</code></a>
</p>
@ -1840,7 +1840,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -1895,7 +1895,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;DisplayObject.js:156</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l156"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:156</code></a>
</p>
@ -1924,7 +1924,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<div class="param-description">
</div>
@ -1968,7 +1968,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;DisplayObject.js:40</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l40"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:40</code></a>
</p>
@ -2009,7 +2009,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;DisplayObject.js:95</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l95"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:95</code></a>
</p>
@ -2050,7 +2050,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;DisplayObjectContainer.js:16</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js:16</code></a>
</p>
@ -2091,7 +2091,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;DisplayObject.js:69</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l69"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:69</code></a>
</p>
@ -2133,7 +2133,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;DisplayObject.js:55</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l55"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:55</code></a>
</p>
@ -2174,7 +2174,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;DisplayObject.js:26</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l26"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:26</code></a>
</p>
@ -2215,7 +2215,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;DisplayObject.js:12</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l12"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:12</code></a>
</p>
@ -2256,7 +2256,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;DisplayObject.js:33</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l33"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:33</code></a>
</p>
@ -2297,7 +2297,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;DisplayObject.js:19</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l19"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:19</code></a>
</p>
@ -2338,7 +2338,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;DisplayObject.js:62</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l62"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:62</code></a>
</p>
@ -2467,7 +2467,7 @@ Setting it is a neat way of optimising the hitTest function that the interaction
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;DisplayObject.js:47</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_display_DisplayObject.js.html#l47"><code>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js:47</code></a>
</p>

View file

@ -142,7 +142,7 @@
<div class="foundat">
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_renderers_WebGLRenderGroup.js.html#l8"><code>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLRenderGroup.js:8</code></a>
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLRenderGroup.js.html#l8"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLRenderGroup.js:8</code></a>
</div>
@ -307,7 +307,7 @@ if a group of sprites all have the same baseTexture and blendMode then they can
<a href="..&#x2F;files&#x2F;src_pixi_renderers_WebGLBatch.js.html#l98"><code>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLBatch.js:98</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLBatch.js.html#l98"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLBatch.js:98</code></a>
</p>
@ -400,7 +400,7 @@ if a group of sprites all have the same baseTexture and blendMode then they can
<a href="..&#x2F;files&#x2F;src_pixi_renderers_WebGLBatch.js.html#l145"><code>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLBatch.js:145</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLBatch.js.html#l145"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLBatch.js:145</code></a>
</p>
@ -508,7 +508,7 @@ if a group of sprites all have the same baseTexture and blendMode then they can
<a href="..&#x2F;files&#x2F;src_pixi_renderers_WebGLBatch.js.html#l117"><code>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLBatch.js:117</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLBatch.js.html#l117"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLBatch.js:117</code></a>
</p>
@ -610,7 +610,7 @@ if a group of sprites all have the same baseTexture and blendMode then they can
<a href="..&#x2F;files&#x2F;src_pixi_renderers_WebGLBatch.js.html#l268"><code>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLBatch.js:268</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLBatch.js.html#l268"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLBatch.js:268</code></a>
</p>
@ -687,7 +687,7 @@ if a group of sprites all have the same baseTexture and blendMode then they can
<a href="..&#x2F;files&#x2F;src_pixi_renderers_WebGLBatch.js.html#l346"><code>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLBatch.js:346</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLBatch.js.html#l346"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLBatch.js:346</code></a>
</p>
@ -751,7 +751,7 @@ if a group of sprites all have the same baseTexture and blendMode then they can
<a href="..&#x2F;files&#x2F;src_pixi_renderers_WebGLBatch.js.html#l175"><code>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLBatch.js:175</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLBatch.js.html#l175"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLBatch.js:175</code></a>
</p>
@ -828,7 +828,7 @@ if a group of sprites all have the same baseTexture and blendMode then they can
<a href="..&#x2F;files&#x2F;src_pixi_renderers_WebGLBatch.js.html#l513"><code>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLBatch.js:513</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLBatch.js.html#l513"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLBatch.js:513</code></a>
</p>
@ -896,7 +896,7 @@ if a group of sprites all have the same baseTexture and blendMode then they can
<a href="..&#x2F;files&#x2F;src_pixi_renderers_WebGLBatch.js.html#l218"><code>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLBatch.js:218</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLBatch.js.html#l218"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLBatch.js:218</code></a>
</p>
@ -986,7 +986,7 @@ if a group of sprites all have the same baseTexture and blendMode then they can
<a href="..&#x2F;files&#x2F;src_pixi_renderers_WebGLBatch.js.html#l401"><code>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLBatch.js:401</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLBatch.js.html#l401"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLBatch.js:401</code></a>
</p>

View file

@ -142,7 +142,7 @@
<div class="foundat">
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_renderers_WebGLRenderer.js.html#l11"><code>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLRenderer.js:11</code></a>
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLRenderer.js.html#l11"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLRenderer.js:11</code></a>
</div>
@ -225,7 +225,7 @@ Dont forget to add the view to your DOM or you will not see anything :)</p>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_WebGLRenderer.js.html#l11"><code>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLRenderer.js:11</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLRenderer.js.html#l11"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLRenderer.js:11</code></a>
</p>
@ -411,7 +411,7 @@ Dont forget to add the view to your DOM or you will not see anything :)</p>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_WebGLRenderer.js.html#l144"><code>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLRenderer.js:144</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLRenderer.js.html#l143"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLRenderer.js:143</code></a>
</p>
@ -504,7 +504,7 @@ Dont forget to add the view to your DOM or you will not see anything :)</p>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_WebGLRenderer.js.html#l284"><code>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLRenderer.js:284</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_renderers_webgl_WebGLRenderer.js.html#l285"><code>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLRenderer.js:285</code></a>
</p>

File diff suppressed because it is too large Load diff

View file

@ -273,7 +273,7 @@ PIXI.InteractionManager.prototype.update = function()
var len = this.interactiveItems.length;
for (var i=0; i &lt; this.interactiveItems.length; i++) {
for (var i=0; i &lt; len; i++) {
this.interactiveItems[i].interactiveChildren = false;
}
@ -357,6 +357,8 @@ PIXI.InteractionManager.prototype.onMouseMove = function(event)
PIXI.InteractionManager.prototype.onMouseDown = function(event)
{
event.preventDefault();
&#x2F;&#x2F; loop through inteaction tree...
&#x2F;&#x2F; hit test each item! -&gt;
&#x2F;&#x2F; get interactive items under point??
@ -393,6 +395,8 @@ PIXI.InteractionManager.prototype.onMouseDown = function(event)
PIXI.InteractionManager.prototype.onMouseUp = function(event)
{
var global = this.mouse.global;
@ -547,6 +551,8 @@ PIXI.InteractionManager.prototype.onTouchMove = function(event)
PIXI.InteractionManager.prototype.onTouchStart = function(event)
{
event.preventDefault();
var rect = this.target.view.getBoundingClientRect();
var changedTouches = event.changedTouches;

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;Point.js - Pixi.JS</title>
<title>src&#x2F;pixi&#x2F;core&#x2F;Point.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
@ -134,7 +134,7 @@
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;Point.js</h1>
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;core&#x2F;Point.js</h1>
<div class="file">
<pre class="code prettyprint linenums">

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;Polygon.js - Pixi.JS</title>
<title>src&#x2F;pixi&#x2F;core&#x2F;Polygon.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
@ -134,7 +134,7 @@
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;Polygon.js</h1>
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;core&#x2F;Polygon.js</h1>
<div class="file">
<pre class="code prettyprint linenums">

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;Rectangle.js - Pixi.JS</title>
<title>src&#x2F;pixi&#x2F;core&#x2F;Rectangle.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
@ -134,7 +134,7 @@
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;Rectangle.js</h1>
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;core&#x2F;Rectangle.js</h1>
<div class="file">
<pre class="code prettyprint linenums">

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;DisplayObject.js - Pixi.JS</title>
<title>src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
@ -134,7 +134,7 @@
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;DisplayObject.js</h1>
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;display&#x2F;DisplayObject.js</h1>
<div class="file">
<pre class="code prettyprint linenums">

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;DisplayObjectContainer.js - Pixi.JS</title>
<title>src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
@ -134,7 +134,7 @@
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;DisplayObjectContainer.js</h1>
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;display&#x2F;DisplayObjectContainer.js</h1>
<div class="file">
<pre class="code prettyprint linenums">

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;MovieClip.js - Pixi.JS</title>
<title>src&#x2F;pixi&#x2F;display&#x2F;MovieClip.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
@ -134,7 +134,7 @@
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;MovieClip.js</h1>
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;display&#x2F;MovieClip.js</h1>
<div class="file">
<pre class="code prettyprint linenums">

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;Sprite.js - Pixi.JS</title>
<title>src&#x2F;pixi&#x2F;display&#x2F;Sprite.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
@ -134,7 +134,7 @@
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;Sprite.js</h1>
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;display&#x2F;Sprite.js</h1>
<div class="file">
<pre class="code prettyprint linenums">

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;Stage.js - Pixi.JS</title>
<title>src&#x2F;pixi&#x2F;display&#x2F;Stage.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
@ -134,7 +134,7 @@
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;Stage.js</h1>
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;display&#x2F;Stage.js</h1>
<div class="file">
<pre class="code prettyprint linenums">

View file

@ -0,0 +1,273 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;primitives&#x2F;Graphics.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="..&#x2F;assets/favicon.png">
<script src="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;combo?3.8.0&#x2F;build&#x2F;yui&#x2F;yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="http:&#x2F;&#x2F;www.goodboydigital.com&#x2F;pixijs&#x2F;logo_small.png" title="Pixi.JS"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 1.0.0</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="..&#x2F;classes/AssetLoader.html">AssetLoader</a></li>
<li><a href="..&#x2F;classes/BaseTexture.html">BaseTexture</a></li>
<li><a href="..&#x2F;classes/BitmapFontLoader.html">BitmapFontLoader</a></li>
<li><a href="..&#x2F;classes/BitmapText.html">BitmapText</a></li>
<li><a href="..&#x2F;classes/CanvasRenderer.html">CanvasRenderer</a></li>
<li><a href="..&#x2F;classes/CustomRenderable.html">CustomRenderable</a></li>
<li><a href="..&#x2F;classes/DisplayObject.html">DisplayObject</a></li>
<li><a href="..&#x2F;classes/DisplayObjectContainer.html">DisplayObjectContainer</a></li>
<li><a href="..&#x2F;classes/ImageLoader.html">ImageLoader</a></li>
<li><a href="..&#x2F;classes/InteractionData.html">InteractionData</a></li>
<li><a href="..&#x2F;classes/InteractionManager.html">InteractionManager</a></li>
<li><a href="..&#x2F;classes/JsonLoader.html">JsonLoader</a></li>
<li><a href="..&#x2F;classes/MovieClip.html">MovieClip</a></li>
<li><a href="..&#x2F;classes/Point.html">Point</a></li>
<li><a href="..&#x2F;classes/Polygon.html">Polygon</a></li>
<li><a href="..&#x2F;classes/Rectangle.html">Rectangle</a></li>
<li><a href="..&#x2F;classes/RenderTexture.html">RenderTexture</a></li>
<li><a href="..&#x2F;classes/Spine.html">Spine</a></li>
<li><a href="..&#x2F;classes/Sprite.html">Sprite</a></li>
<li><a href="..&#x2F;classes/SpriteSheetLoader.html">SpriteSheetLoader</a></li>
<li><a href="..&#x2F;classes/Stage.html">Stage</a></li>
<li><a href="..&#x2F;classes/Text.html">Text</a></li>
<li><a href="..&#x2F;classes/Texture.html">Texture</a></li>
<li><a href="..&#x2F;classes/TilingSprite.html">TilingSprite</a></li>
<li><a href="..&#x2F;classes/WebGLBatch.html">WebGLBatch</a></li>
<li><a href="..&#x2F;classes/WebGLRenderer.html">WebGLRenderer</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="..&#x2F;modules/PIXI.html">PIXI</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;primitives&#x2F;Graphics.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
&#x2F;**
* @author Mat Groves http:&#x2F;&#x2F;matgroves.com&#x2F; @Doormat23
*&#x2F;
&#x2F;**
* A DisplayObjectContainer represents a collection of display objects. It is the base class of all display objects that act as a container for other objects.
* @class DisplayObjectContainer
* @extends DisplayObject
* @constructor
*&#x2F;
PIXI.Graphics = function()
{
PIXI.DisplayObjectContainer.call( this );
this.renderable = true;
&#x2F;&#x2F; style - color
&#x2F;&#x2F; style - thickness
&#x2F;&#x2F; alpha -
this.fillAlpha = 1;
this.lineWidth = 2;
this.lineColor = &quot;#FF0000&quot;;
this.graphicsData = [];
}
&#x2F;&#x2F; SOME TYPES:
PIXI.Graphics.POLY = 0;
PIXI.Graphics.RECT = 1;
PIXI.Graphics.CIRC = 2;
&#x2F;&#x2F; constructor
PIXI.Graphics.constructor = PIXI.Graphics;
PIXI.Graphics.prototype = Object.create( PIXI.DisplayObjectContainer.prototype );
PIXI.Graphics.prototype.lineStyle = function(lineWidth, color, alpha)
{
this.lineWidth = lineWidth || 0;
this.lineColor = color || 0;
this.lineAlpha = (alpha == undefined) ? 1 : alpha;
this.currentPath = {lineWidth:this.lineWidth, lineColor:this.lineColor, lineAlpha:this.lineAlpha, points:[], type:PIXI.Graphics.POLY};
this.graphicsData.push(this.currentPath);
&#x2F;&#x2F; TODO store the last position of the line in the current
}
PIXI.Graphics.prototype.moveTo = function(x, y)
{
this.currentPath = {lineWidth:this.lineWidth, lineColor:this.lineColor, lineAlpha:this.lineAlpha, points:[], type:PIXI.Graphics.POLY};
this.currentPath.points.push(x, y);
this.graphicsData.push(this.currentPath);
}
PIXI.Graphics.prototype.lineTo = function(x, y)
{
this.currentPath.points.push(x, y);
this.dirty = true;
}
PIXI.Graphics.prototype.beginFill = function(color, alpha)
{
this.filling = true;
this.fillColor = color || 0;
this.fillAlpha = alpha || 1;
}
PIXI.Graphics.prototype.endFill = function()
{
this.filling = false;
this.fillColor = null;
this.fillAlpha = 1;
}
PIXI.Graphics.prototype.updateTransform = function()
{
if(!this.visible)return;
PIXI.DisplayObject.prototype.updateTransform.call( this );
}
PIXI.Graphics.prototype.drawRect = function( x, y, width, height )
{
this.currentPath = {lineWidth:this.lineWidth, lineColor:this.lineColor, lineAlpha:this.lineAlpha,
fillColor:this.fillColor, fillAlpha:this.fillAlpha, fill:this.filling,
points:[x, y, width, height], type:PIXI.Graphics.RECT};
this.graphicsData.push(this.currentPath);
this.dirty = true;
}
PIXI.Graphics.prototype.drawCircle = function( x, y, radius)
{
this.currentPath = {lineWidth:this.lineWidth, lineColor:this.lineColor, lineAlpha:this.lineAlpha,
fillColor:this.fillColor, fillAlpha:this.fillAlpha, fill:this.filling,
points:[x, y, radius], type:PIXI.Graphics.CIRC};
this.graphicsData.push(this.currentPath);
this.dirty = true;
}
PIXI.Graphics.prototype.clear = function()
{
this.dirty = true;
this.clearDirty = true;
this.graphicsData = [];
}
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="..&#x2F;assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="..&#x2F;assets/js/yui-prettify.js"></script>
<script src="..&#x2F;assets/../api.js"></script>
<script src="..&#x2F;assets/js/api-filter.js"></script>
<script src="..&#x2F;assets/js/api-list.js"></script>
<script src="..&#x2F;assets/js/api-search.js"></script>
<script src="..&#x2F;assets/js/apidocs.js"></script>
</body>
</html>

View file

@ -0,0 +1,248 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;renderers&#x2F;canvas&#x2F;CanvasGraphics.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="..&#x2F;assets/favicon.png">
<script src="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;combo?3.8.0&#x2F;build&#x2F;yui&#x2F;yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="http:&#x2F;&#x2F;www.goodboydigital.com&#x2F;pixijs&#x2F;logo_small.png" title="Pixi.JS"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 1.0.0</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="..&#x2F;classes/AssetLoader.html">AssetLoader</a></li>
<li><a href="..&#x2F;classes/BaseTexture.html">BaseTexture</a></li>
<li><a href="..&#x2F;classes/BitmapFontLoader.html">BitmapFontLoader</a></li>
<li><a href="..&#x2F;classes/BitmapText.html">BitmapText</a></li>
<li><a href="..&#x2F;classes/CanvasRenderer.html">CanvasRenderer</a></li>
<li><a href="..&#x2F;classes/CustomRenderable.html">CustomRenderable</a></li>
<li><a href="..&#x2F;classes/DisplayObject.html">DisplayObject</a></li>
<li><a href="..&#x2F;classes/DisplayObjectContainer.html">DisplayObjectContainer</a></li>
<li><a href="..&#x2F;classes/ImageLoader.html">ImageLoader</a></li>
<li><a href="..&#x2F;classes/InteractionData.html">InteractionData</a></li>
<li><a href="..&#x2F;classes/InteractionManager.html">InteractionManager</a></li>
<li><a href="..&#x2F;classes/JsonLoader.html">JsonLoader</a></li>
<li><a href="..&#x2F;classes/MovieClip.html">MovieClip</a></li>
<li><a href="..&#x2F;classes/Point.html">Point</a></li>
<li><a href="..&#x2F;classes/Polygon.html">Polygon</a></li>
<li><a href="..&#x2F;classes/Rectangle.html">Rectangle</a></li>
<li><a href="..&#x2F;classes/RenderTexture.html">RenderTexture</a></li>
<li><a href="..&#x2F;classes/Spine.html">Spine</a></li>
<li><a href="..&#x2F;classes/Sprite.html">Sprite</a></li>
<li><a href="..&#x2F;classes/SpriteSheetLoader.html">SpriteSheetLoader</a></li>
<li><a href="..&#x2F;classes/Stage.html">Stage</a></li>
<li><a href="..&#x2F;classes/Text.html">Text</a></li>
<li><a href="..&#x2F;classes/Texture.html">Texture</a></li>
<li><a href="..&#x2F;classes/TilingSprite.html">TilingSprite</a></li>
<li><a href="..&#x2F;classes/WebGLBatch.html">WebGLBatch</a></li>
<li><a href="..&#x2F;classes/WebGLRenderer.html">WebGLRenderer</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="..&#x2F;modules/PIXI.html">PIXI</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;renderers&#x2F;canvas&#x2F;CanvasGraphics.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
&#x2F;**
* @author Mat Groves http:&#x2F;&#x2F;matgroves.com&#x2F; @Doormat23
*&#x2F;
&#x2F;**
* A DisplayObjectContainer represents a collection of display objects. It is the base class of all display objects that act as a container for other objects.
* @class DisplayObjectContainer
* @extends DisplayObject
* @constructor
*&#x2F;
PIXI.CanvasGraphics = function()
{
}
&#x2F;&#x2F; constructor
PIXI.CanvasGraphics.renderGraphics = function(graphics, context)
{
for (var i=0; i &lt; graphics.graphicsData.length; i++)
{
var data = graphics.graphicsData[i];
var points = data.points;
context.strokeStyle = color = &#x27;#&#x27; + (&#x27;00000&#x27; + ( data.lineColor | 0).toString(16)).substr(-6);
context.lineWidth = data.lineWidth;
context.globalAlpha = data.lineAlpha;
if(data.type == PIXI.Graphics.POLY)
{
if(data.lineWidth &lt;= 0)continue;
context.beginPath();
context.moveTo(points[0], points[1]);
for (var j=1; j &lt; points.length&#x2F;2; j++)
{
context.lineTo(points[j * 2], points[j * 2 + 1]);
}
&#x2F;&#x2F; if the first and last point are the same close the path - much neater :)
if(points[0] == points[points.length-2] &amp;&amp; points[1] == points[points.length-1])
{
context.closePath();
}
context.stroke();
}
else if(data.type == PIXI.Graphics.RECT)
{
&#x2F;&#x2F; TODO - need to be Undefined!
if(data.fillColor)
{
context.fillStyle = color = &#x27;#&#x27; + (&#x27;00000&#x27; + ( data.fillColor | 0).toString(16)).substr(-6);
context.fillRect(points[0], points[1], points[2], points[3]);
}
if(data.lineWidth)
{
context.strokeRect(points[0], points[1], points[2], points[3]);
}
}
else if(data.type == PIXI.Graphics.CIRC)
{
&#x2F;&#x2F; TODO - need to be Undefined!
context.beginPath();
context.arc(points[0], points[1], points[2],0,2*Math.PI);
context.closePath();
if(data.fill)
{
context.fillStyle = color = &#x27;#&#x27; + (&#x27;00000&#x27; + ( data.fillColor | 0).toString(16)).substr(-6);
context.fill();
}
if(data.lineWidth)
{
context.stroke();
}
}
};
}
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="..&#x2F;assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="..&#x2F;assets/js/yui-prettify.js"></script>
<script src="..&#x2F;assets/../api.js"></script>
<script src="..&#x2F;assets/js/api-filter.js"></script>
<script src="..&#x2F;assets/js/api-list.js"></script>
<script src="..&#x2F;assets/js/api-search.js"></script>
<script src="..&#x2F;assets/js/apidocs.js"></script>
</body>
</html>

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;renderers&#x2F;CanvasRenderer.js - Pixi.JS</title>
<title>src&#x2F;pixi&#x2F;renderers&#x2F;canvas&#x2F;CanvasRenderer.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
@ -134,7 +134,7 @@
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;renderers&#x2F;CanvasRenderer.js</h1>
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;renderers&#x2F;canvas&#x2F;CanvasRenderer.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
@ -337,6 +337,10 @@ PIXI.CanvasRenderer.prototype.renderDisplayObject = function(displayObject)
{
displayObject.renderCanvas(this);
}
else if(displayObject instanceof PIXI.Graphics)
{
PIXI.CanvasGraphics.renderGraphics(displayObject, context);
}
&#x2F;&#x2F; render!
if(displayObject.children)

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLBatch.js - Pixi.JS</title>
<title>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLBatch.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
@ -134,7 +134,7 @@
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;renderers&#x2F;WebGLBatch.js</h1>
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLBatch.js</h1>
<div class="file">
<pre class="code prettyprint linenums">

View file

@ -0,0 +1,603 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLGraphics.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="..&#x2F;assets/favicon.png">
<script src="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;combo?3.8.0&#x2F;build&#x2F;yui&#x2F;yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="http:&#x2F;&#x2F;www.goodboydigital.com&#x2F;pixijs&#x2F;logo_small.png" title="Pixi.JS"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 1.0.0</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="..&#x2F;classes/AssetLoader.html">AssetLoader</a></li>
<li><a href="..&#x2F;classes/BaseTexture.html">BaseTexture</a></li>
<li><a href="..&#x2F;classes/BitmapFontLoader.html">BitmapFontLoader</a></li>
<li><a href="..&#x2F;classes/BitmapText.html">BitmapText</a></li>
<li><a href="..&#x2F;classes/CanvasRenderer.html">CanvasRenderer</a></li>
<li><a href="..&#x2F;classes/CustomRenderable.html">CustomRenderable</a></li>
<li><a href="..&#x2F;classes/DisplayObject.html">DisplayObject</a></li>
<li><a href="..&#x2F;classes/DisplayObjectContainer.html">DisplayObjectContainer</a></li>
<li><a href="..&#x2F;classes/ImageLoader.html">ImageLoader</a></li>
<li><a href="..&#x2F;classes/InteractionData.html">InteractionData</a></li>
<li><a href="..&#x2F;classes/InteractionManager.html">InteractionManager</a></li>
<li><a href="..&#x2F;classes/JsonLoader.html">JsonLoader</a></li>
<li><a href="..&#x2F;classes/MovieClip.html">MovieClip</a></li>
<li><a href="..&#x2F;classes/Point.html">Point</a></li>
<li><a href="..&#x2F;classes/Polygon.html">Polygon</a></li>
<li><a href="..&#x2F;classes/Rectangle.html">Rectangle</a></li>
<li><a href="..&#x2F;classes/RenderTexture.html">RenderTexture</a></li>
<li><a href="..&#x2F;classes/Spine.html">Spine</a></li>
<li><a href="..&#x2F;classes/Sprite.html">Sprite</a></li>
<li><a href="..&#x2F;classes/SpriteSheetLoader.html">SpriteSheetLoader</a></li>
<li><a href="..&#x2F;classes/Stage.html">Stage</a></li>
<li><a href="..&#x2F;classes/Text.html">Text</a></li>
<li><a href="..&#x2F;classes/Texture.html">Texture</a></li>
<li><a href="..&#x2F;classes/TilingSprite.html">TilingSprite</a></li>
<li><a href="..&#x2F;classes/WebGLBatch.html">WebGLBatch</a></li>
<li><a href="..&#x2F;classes/WebGLRenderer.html">WebGLRenderer</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="..&#x2F;modules/PIXI.html">PIXI</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLGraphics.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
&#x2F;**
* @author Mat Groves http:&#x2F;&#x2F;matgroves.com&#x2F; @Doormat23
*&#x2F;
&#x2F;**
* A DisplayObjectContainer represents a collection of display objects. It is the base class of all display objects that act as a container for other objects.
* @class DisplayObjectContainer
* @extends DisplayObject
* @constructor
*&#x2F;
PIXI.WebGLGraphics = function()
{
}
&#x2F;&#x2F; constructor
PIXI.WebGLGraphics.constructor = PIXI.WebGLGraphics;
PIXI.WebGLGraphics.renderGraphics = function(graphics)
{
PIXI.activatePrimitiveShader();
var gl = PIXI.gl;
&#x2F;&#x2F; graphicsObject
&#x2F;&#x2F; a collection of &quot;shapes&quot; (mainly lines right now!)
&#x2F;&#x2F;&#x2F;this.shape.draw();
if(!graphics._webGL)graphics._webGL = {points:[], lastPosition:new PIXI.Point(), lastIndex:0, buffer:gl.createBuffer()};
if(graphics.dirty)
{
graphics.dirty = false;
if(graphics.clearDirty)
{
graphics.clearDirty = false;
graphics._webGL.lastIndex = 0;
graphics._webGL.points = [];
}
PIXI.WebGLGraphics.initGraphics(graphics);
}
gl.uniformMatrix4fv(PIXI.shaderProgram2.mvMatrixUniform, false, PIXI.projectionMatrix );
gl.bindBuffer(gl.ARRAY_BUFFER, graphics._webGL.buffer);
gl.vertexAttribPointer(PIXI.shaderProgram2.vertexPositionAttribute, 2, gl.FLOAT, false, 4 * 6, 0);
gl.vertexAttribPointer(PIXI.shaderProgram2.colorAttribute, 4, gl.FLOAT, false,4 * 6, 2 * 4);
&#x2F;&#x2F;shaderProgram.colorAttribute
gl.drawArrays(gl.TRIANGLE_STRIP, 0, graphics._webGL.glPoints.length&#x2F;6);
PIXI.activateDefaultShader();
}
PIXI.WebGLGraphics.initGraphics = function(graphics)
{
for (var i=graphics._webGL.lastIndex; i &lt; graphics.graphicsData.length; i++)
{
var data = graphics.graphicsData[i];
if(data.type == PIXI.Graphics.POLY)
{
if(data.lineWidth &gt; 0)
{
PIXI.WebGLGraphics.buildLine(data, graphics._webGL);
}
}
else if(data.type == PIXI.Graphics.RECT)
{
PIXI.WebGLGraphics.buildRectangle(data, graphics._webGL);
}
else if(data.type == PIXI.Graphics.CIRC)
{
PIXI.WebGLGraphics.buildCircle(data, graphics._webGL);
}
};
&#x2F;&#x2F;console.log(graphics._webGL.lastIndex - graphics.graphicsData.length )
graphics._webGL.lastIndex = graphics.graphicsData.length;
&#x2F;&#x2F; convert to points
graphics._webGL.glPoints = new Float32Array(graphics._webGL.points);
var gl = PIXI.gl;
gl.bindBuffer(gl.ARRAY_BUFFER, graphics._webGL.buffer);
gl.bufferData(gl.ARRAY_BUFFER, graphics._webGL.glPoints, gl.STATIC_DRAW);
}
PIXI.WebGLGraphics.buildRectangle = function(graphicsData, webGLData)
{
&#x2F;&#x2F; --- &#x2F;&#x2F;
&#x2F;&#x2F; need to convert points to a nice regular data
&#x2F;&#x2F;
var rectData = graphicsData.points;
var x = rectData[0];
var y = rectData[1];
var width = rectData[2];
var height = rectData[3];
if(graphicsData.fill)
{
var color = HEXtoRGB(graphicsData.fillColor);
var alpha = graphicsData.fillAlpha;
var r = color[0] * alpha;
var g = color[1] * alpha;
var b = color[2] * alpha;
var verts = webGLData.points;
&#x2F;&#x2F; dead triangle
verts.push(webGLData.lastPosition.x, webGLData.lastPosition.y, 1, 1, 1, 1);
verts.push(x, y, 1, 1, 1, 1);
&#x2F;&#x2F; start
verts.push(x, y);
verts.push(r, g, b, alpha);
verts.push(x + width, y);
verts.push(r, g, b, alpha);
verts.push(x , y + height);
verts.push(r, g, b, alpha);
verts.push(x + width, y + height);
verts.push(r, g, b, alpha);
webGLData.lastPosition.x = x + width;
webGLData.lastPosition.y = y + height;
}
if(graphicsData.lineWidth)
{
graphicsData.points = [x, y,
x + width, y,
x + width, y + height,
x, y + height,
x, y];
PIXI.WebGLGraphics.buildLine(graphicsData, webGLData);
}
}
PIXI.WebGLGraphics.buildCircle = function(graphicsData, webGLData)
{
&#x2F;&#x2F; --- &#x2F;&#x2F;
&#x2F;&#x2F; need to convert points to a nice regular data
&#x2F;&#x2F;
var rectData = graphicsData.points;
var x = rectData[0];
var y = rectData[1];
var radius = rectData[2];
var totalSegs = 40
var seg = (Math.PI * 2) &#x2F; totalSegs ;
if(graphicsData.fill)
{
var color = HEXtoRGB(graphicsData.fillColor);
var alpha = graphicsData.fillAlpha;
var r = color[0] * alpha;
var g = color[1] * alpha;
var b = color[2] * alpha;
var verts = webGLData.points;
verts.push(webGLData.lastPosition.x, webGLData.lastPosition.y, 1, 1, 1, 1);
verts.push(x, y, 1, 1, 1, 1);
for (var i=0; i &lt; totalSegs + 1 ; i++)
{
verts.push(x,y);
verts.push(r, g, b, alpha);
verts.push(x + Math.sin(seg * i) * radius,
y + Math.cos(seg * i) * radius);
verts.push(r, g, b, alpha);
};
verts.push(x,y);
verts.push(1, 0, 0, 1);
webGLData.lastPosition.x = x;
webGLData.lastPosition.y = y;
}
if(graphicsData.lineWidth)
{
graphicsData.points = [];
for (var i=0; i &lt; totalSegs + 1; i++)
{
graphicsData.points.push(x + Math.sin(seg * i) * radius,
y + Math.cos(seg * i) * radius)
};
PIXI.WebGLGraphics.buildLine(graphicsData, webGLData);
}
}
PIXI.WebGLGraphics.buildLine = function(graphicsData, webGLData)
{
var wrap = true;
var points = graphicsData.points;
if(points.length == 0)return;
&#x2F;&#x2F; get first and last point.. figure out the middle!
var firstPoint = new PIXI.Point( points[0], points[1] );
var lastPoint = new PIXI.Point( points[points.length - 2], points[points.length - 1] );
&#x2F;&#x2F; if the first point is the last point - goona have issues :)
if(firstPoint.x == lastPoint.x &amp;&amp; firstPoint.y == lastPoint.y)
{
points.pop();
points.pop();
lastPoint = new PIXI.Point( points[points.length - 2], points[points.length - 1] );
var midPointX = lastPoint.x + (firstPoint.x - lastPoint.x) *0.5;
var midPointY = lastPoint.y + (firstPoint.y - lastPoint.y) *0.5;
points.unshift(midPointX, midPointY);
points.push(midPointX, midPointY)
}
var verts = webGLData.points;
var length = points.length &#x2F; 2;
&#x2F;&#x2F; DRAW the Line
var width = graphicsData.lineWidth &#x2F; 2;
var color = HEXtoRGB(graphicsData.lineColor);
var alpha = graphicsData.lineAlpha;
var r = color[0] * alpha;
var g = color[1] * alpha;
var b = color[2] * alpha;
&#x2F;&#x2F; i = 0 &#x2F;&#x2F;
var point1 = new PIXI.Point( points[0], points[1] );
var point2 = new PIXI.Point( points[2], points[3] );
var perp = getPerp(point1, point2);
var dist = Math.sqrt(perp.x*perp.x + perp.y*perp.y);
perp.x &#x2F;= dist;
perp.y &#x2F;= dist;
perp.x *= width;
perp.y *= width;
&#x2F;&#x2F; insert dead triangle!
verts.push(webGLData.lastPosition.x, webGLData.lastPosition.y, 1, 1, 1, 1);
verts.push(points[0] - perp.x , points[1] - perp.y, 1, 1, 1, 1);
&#x2F;&#x2F; start
verts.push(points[0] - perp.x , points[1] - perp.y);
verts.push(r, g, b, alpha);
verts.push(points[0] + perp.x , points[1] + perp.y);
verts.push(r, g, b, alpha);
for (var i = 1; i &lt; length-1; i++)
{
var point1 = new PIXI.Point( points[(i-1)*2],points[(i-1)*2 + 1] );
var point2 = new PIXI.Point(points[(i)*2],points[(i)*2 + 1] );
var point3 = new PIXI.Point(points[(i+1)*2],points[(i+1)*2 + 1] );
var perp = getPerp(point1, point2);
var dist = Math.sqrt(perp.x*perp.x + perp.y*perp.y);
perp.x &#x2F;= dist;
perp.y &#x2F;= dist;
perp.x *= width;
perp.y *= width;
var perp2 = getPerp(point2, point3);
var dist2 = Math.sqrt(perp2.x*perp2.x + perp2.y*perp2.y);
perp2.x &#x2F;= dist2;
perp2.y &#x2F;= dist2;
perp2.x *= width;
perp2.y *= width;
var p1 = new PIXI.Point(-perp.x+ point2.x , -perp.y+point2.y);
var p1_ = new PIXI.Point(-perp.x+ point1.x, -perp.y+point1.y);
var p2 = new PIXI.Point(-perp2.x+ point2.x , -perp2.y+point2.y );
var p2_ = new PIXI.Point(-perp2.x+ point3.x , -perp2.y+point3.y );
var p = lineIntersectLine(p1, p1_, p2, p2_);
var pdist = (p.x -point2.x) * (p.x -point2.x) + (p.y -point2.y) + (p.y -point2.y);
if(pdist &gt; 140 * 140)
{
var perp3 = new PIXI.Point(perp.x - perp2.x, perp.y - perp2.y);
var dist3 = Math.sqrt(perp3.x*perp3.x + perp3.y*perp3.y);
perp3.x &#x2F;= dist3;
perp3.y &#x2F;= dist3;
perp3.x *= width;
perp3.y *= width;
verts.push(point2.x - perp3.x, point2.y -perp3.y);
verts.push(r, g, b, alpha);
verts.push(point2.x + perp3.x, point2.y +perp3.y);
verts.push(r, g, b, alpha);
verts.push(point2.x - perp3.x, point2.y -perp3.y);
verts.push(r, g, b, alpha);
}
else
{
verts.push(p.x , p.y);
verts.push(r, g, b, alpha);
verts.push(point2.x - (p.x-point2.x), point2.y - (p.y - point2.y));&#x2F;&#x2F;, 4);
verts.push(r, g, b, alpha);
}
}
var point1 = new PIXI.Point( points[(length-2)*2], points[(length-2)*2 + 1] );
var point2 = new PIXI.Point( points[(length-1)*2], points[(length-1)*2 + 1] );
var perp = getPerp(point1, point2);
var dist = Math.sqrt(perp.x*perp.x + perp.y*perp.y);
perp.x &#x2F;= dist;
perp.y &#x2F;= dist;
perp.x *= width;
perp.y *= width;
verts.push(point2.x - perp.x , point2.y - perp.y)
verts.push(r, g, b, alpha);
verts.push(point2.x + perp.x , point2.y + perp.y)
verts.push(r, g, b, alpha);
&#x2F;&#x2F; set last triangle!
webGLData.lastPosition.x = point2.x + perp.x;
webGLData.lastPosition.y = point2.y + perp.y;
}
function HEXtoRGB(hex) {
return [(hex &gt;&gt; 16 &amp; 0xFF) &#x2F; 255, ( hex &gt;&gt; 8 &amp; 0xFF) &#x2F; 255, (hex &amp; 0xFF)&#x2F; 255];
}
function normalise(point)
{
var dist = Math.sqrt(point.x * point.x + point.y * point.y);
return new PIXI.Point(point.x &#x2F; dist, point.y &#x2F; dist);
}
function getPerp(point, point2)
{
return new PIXI.Point(-(point.y - point2.y), point.x - point2.x);
}
function lineIntersectLine(A,B,E,F)
{
var ip;
var a1;
var a2;
var b1;
var b2;
var c1;
var c2;
a1= B.y-A.y;
b1= A.x-B.x;
c1= B.x*A.y - A.x*B.y;
a2= F.y-E.y;
b2= E.x-F.x;
c2= F.x*E.y - E.x*F.y;
var denom=a1*b2 - a2*b1;
if (denom == 0) {
&#x2F;&#x2F; return null;
console.log(&quot;!&quot;)
denom+=1;
}
ip=new PIXI.Point();
ip.x=(b1*c2 - b2*c1)&#x2F;denom;
ip.y=(a2*c1 - a1*c2)&#x2F;denom;
return ip;
}
PIXI.primitiveShaderFragmentSrc = [
&quot;precision mediump float;&quot;,
&quot;varying vec4 vColor;&quot;,
&quot;void main(void) {&quot;,
&quot;gl_FragColor = vColor;&quot;,
&quot;}&quot;
];
PIXI.primitiveShaderVertexSrc = [
&quot;attribute vec2 aVertexPosition;&quot;,
&quot;attribute vec4 aColor;&quot;,
&quot;uniform mat4 uMVMatrix;&quot;,
&quot;varying vec4 vColor;&quot;,
&quot;void main(void) {&quot;,
&quot;gl_Position = uMVMatrix * vec4(aVertexPosition, 1.0, 1.0);&quot;,
&quot;vColor = aColor;&quot;,
&quot;}&quot;
];
PIXI.WebGLGraphics.initShaders = function()
{
var gl = PIXI.gl;
var fragmentShader = PIXI.CompileFragmentShader(gl, PIXI.primitiveShaderFragmentSrc);
var vertexShader = PIXI.CompileVertexShader(gl, PIXI.primitiveShaderVertexSrc);
PIXI.shaderProgram2 = gl.createProgram();
var shaderProgram = PIXI.shaderProgram2;
gl.attachShader(shaderProgram, vertexShader);
gl.attachShader(shaderProgram, fragmentShader);
gl.linkProgram(shaderProgram);
if (!gl.getProgramParameter(shaderProgram, gl.LINK_STATUS)) {
alert(&quot;Could not initialise shaders&quot;);
}
gl.useProgram(shaderProgram);
shaderProgram.vertexPositionAttribute = gl.getAttribLocation(shaderProgram, &quot;aVertexPosition&quot;);
shaderProgram.colorAttribute = gl.getAttribLocation(shaderProgram, &quot;aColor&quot;);
shaderProgram.mvMatrixUniform = gl.getUniformLocation(shaderProgram, &quot;uMVMatrix&quot;);
}
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="..&#x2F;assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="..&#x2F;assets/js/yui-prettify.js"></script>
<script src="..&#x2F;assets/../api.js"></script>
<script src="..&#x2F;assets/js/api-filter.js"></script>
<script src="..&#x2F;assets/js/api-list.js"></script>
<script src="..&#x2F;assets/js/api-search.js"></script>
<script src="..&#x2F;assets/js/apidocs.js"></script>
</body>
</html>

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLRenderGroup.js - Pixi.JS</title>
<title>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLRenderGroup.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
@ -134,7 +134,7 @@
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;renderers&#x2F;WebGLRenderGroup.js</h1>
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLRenderGroup.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
@ -185,11 +185,10 @@ PIXI.WebGLRenderGroup.prototype.setRenderable = function(displayObject)
PIXI.WebGLRenderGroup.prototype.render = function(projectionMatrix)
{
PIXI.WebGLRenderer.updateTextures();
var gl = this.gl;
&#x2F;&#x2F; set the flipped matrix..
gl.uniformMatrix4fv(PIXI.shaderProgram.mvMatrixUniform, false, projectionMatrix);
@ -215,6 +214,10 @@ PIXI.WebGLRenderGroup.prototype.render = function(projectionMatrix)
{
if(renderable.visible)this.renderStrip(renderable, projectionMatrix);
}
else if(renderable instanceof PIXI.Graphics)
{
if(renderable.visible) PIXI.WebGLGraphics.renderGraphics(renderable);&#x2F;&#x2F;, projectionMatrix);
}
}
}
@ -327,7 +330,10 @@ PIXI.WebGLRenderGroup.prototype.renderSpecific = function(displayObject, project
{
if(startBatch.visible) startBatch.renderWebGL(this, projectionMatrix);
}
else if(renderable instanceof PIXI.Graphics)
{
if(renderable.visible) PIXI.WebGLGraphics.renderGraphics(renderable);&#x2F;&#x2F;, projectionMatrix);
}
return;
}
@ -352,7 +358,10 @@ PIXI.WebGLRenderGroup.prototype.renderSpecific = function(displayObject, project
{
if(startBatch.visible) startBatch.renderWebGL(this, projectionMatrix);
}
else if(renderable instanceof PIXI.Graphics)
{
if(renderable.visible) PIXI.WebGLGraphics.renderGraphics(renderable);&#x2F;&#x2F;, projectionMatrix);
}
&#x2F;&#x2F; DO the middle batchs..
for (var i=startBatchIndex+1; i &lt; endBatchIndex; i++)
{
@ -374,7 +383,10 @@ PIXI.WebGLRenderGroup.prototype.renderSpecific = function(displayObject, project
{
if(renderable.visible) renderable.renderWebGL(this, projectionMatrix);
}
else if(renderable instanceof PIXI.Graphics)
{
if(renderable.visible) PIXI.WebGLGraphics.renderGraphics(renderable);&#x2F;&#x2F;, projectionMatrix);
}
}
&#x2F;&#x2F; DO the last batch..
@ -394,6 +406,10 @@ PIXI.WebGLRenderGroup.prototype.renderSpecific = function(displayObject, project
{
if(endBatch.visible) endBatch.renderWebGL(this, projectionMatrix);
}
else if(renderable instanceof PIXI.Graphics)
{
if(renderable.visible) PIXI.WebGLGraphics.renderGraphics(renderable);&#x2F;&#x2F;, projectionMatrix);
}
}
PIXI.WebGLRenderGroup.prototype.checkVisibility = function(displayObject, globalVisible)
@ -547,19 +563,16 @@ PIXI.WebGLRenderGroup.prototype.addDisplayObject = function(displayObject)
var previousSprite = this.getPreviousRenderable(displayObject);
var nextSprite = this.getNextRenderable(displayObject);
&#x2F;*
* so now we have the next renderable and the previous renderable
*
*&#x2F;
if(displayObject instanceof PIXI.Sprite)
{
var previousBatch
var nextBatch
&#x2F;&#x2F;console.log( previousSprite)
if(previousSprite instanceof PIXI.Sprite)
{
previousBatch = previousSprite.batch;
@ -656,6 +669,14 @@ PIXI.WebGLRenderGroup.prototype.addDisplayObject = function(displayObject)
this.initStrip(displayObject);
this.batchs.push(displayObject);
}
else if(displayObject instanceof PIXI.Graphics)
{
&#x2F;&#x2F;displayObject.initWebGL(this);
&#x2F;&#x2F; add to a batch!!
&#x2F;&#x2F;this.initStrip(displayObject);
this.batchs.push(displayObject);
}
&#x2F;&#x2F; if its somthing else... then custom codes!
this.batchUpdate = true;

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLRenderer.js - Pixi.JS</title>
<title>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLRenderer.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
@ -134,7 +134,7 @@
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;renderers&#x2F;WebGLRenderer.js</h1>
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLRenderer.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
@ -174,7 +174,7 @@ PIXI.WebGLRenderer = function(width, height, view, transparent)
this.view = view || document.createElement( &#x27;canvas&#x27; );
this.view.width = this.width;
this.view.height = this.height;
this.view.height = this.height;
&#x2F;&#x2F; deal with losing context..
var scope = this;
@ -196,9 +196,9 @@ PIXI.WebGLRenderer = function(width, height, view, transparent)
throw new Error(&quot; This browser does not support webGL. Try using the canvas renderer&quot; + this);
}
PIXI.WebGLGraphics.initShaders();
this.initShaders();
var gl = this.gl;
PIXI.WebGLRenderer.gl = gl;
@ -267,17 +267,16 @@ PIXI.WebGLRenderer.prototype.initShaders = function()
gl.useProgram(shaderProgram);
shaderProgram.vertexPositionAttribute = gl.getAttribLocation(shaderProgram, &quot;aVertexPosition&quot;);
gl.enableVertexAttribArray(shaderProgram.vertexPositionAttribute);
shaderProgram.textureCoordAttribute = gl.getAttribLocation(shaderProgram, &quot;aTextureCoord&quot;);
gl.enableVertexAttribArray(shaderProgram.textureCoordAttribute);
shaderProgram.colorAttribute = gl.getAttribLocation(shaderProgram, &quot;aColor&quot;);
gl.enableVertexAttribArray(shaderProgram.colorAttribute);
shaderProgram.mvMatrixUniform = gl.getUniformLocation(shaderProgram, &quot;uMVMatrix&quot;);
shaderProgram.samplerUniform = gl.getUniformLocation(shaderProgram, &quot;uSampler&quot;);
PIXI.activateDefaultShader();
}
@ -334,7 +333,9 @@ PIXI.WebGLRenderer.prototype.render = function(stage)
gl.clearColor(stage.backgroundColorSplit[0],stage.backgroundColorSplit[1],stage.backgroundColorSplit[2], !this.transparent);
gl.clear(gl.COLOR_BUFFER_BIT);
&#x2F;&#x2F; HACK TO TEST
PIXI.projectionMatrix = this.projectionMatrix;
this.stageRenderGroup.backgroundColor = stage.backgroundColorSplit;
this.stageRenderGroup.render(this.projectionMatrix);

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>src&#x2F;pixi&#x2F;renderers&#x2F;WebGLShaders.js - Pixi.JS</title>
<title>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLShaders.js - Pixi.JS</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
@ -134,7 +134,7 @@
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;renderers&#x2F;WebGLShaders.js</h1>
<h1 class="file-heading">File: src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLShaders.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
@ -168,6 +168,11 @@ PIXI.shaderVertexSrc = [
&quot;}&quot;
];
&#x2F;*
* primitive shader..
*&#x2F;
PIXI.CompileVertexShader = function(gl, shaderSrc)
{
return PIXI._CompileShader(gl, shaderSrc, gl.VERTEX_SHADER);
@ -193,6 +198,35 @@ PIXI._CompileShader = function(gl, shaderSrc, shaderType)
return shader;
}
PIXI.activateDefaultShader = function()
{
var gl = PIXI.gl;
var shaderProgram = PIXI.shaderProgram;
gl.useProgram(shaderProgram);
gl.enableVertexAttribArray(shaderProgram.vertexPositionAttribute);
gl.enableVertexAttribArray(shaderProgram.textureCoordAttribute);
gl.enableVertexAttribArray(shaderProgram.colorAttribute);
}
PIXI.activatePrimitiveShader = function()
{
var gl = PIXI.gl;
gl.disableVertexAttribArray(PIXI.shaderProgram.textureCoordAttribute);
gl.disableVertexAttribArray(PIXI.shaderProgram.colorAttribute);
var shaderProgram2 = PIXI.shaderProgram2;
gl.useProgram(shaderProgram2);
gl.enableVertexAttribArray(shaderProgram2.vertexPositionAttribute);
gl.enableVertexAttribArray(PIXI.shaderProgram2.colorAttribute);
}
</pre>
</div>

View file

@ -142,7 +142,7 @@
<div class="foundat">
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_Stage.js.html#l5"><code>src&#x2F;pixi&#x2F;Stage.js:5</code></a>
Defined in: <a href="..&#x2F;files&#x2F;src_pixi_InteractionManager.js.html#l519"><code>src&#x2F;pixi&#x2F;InteractionManager.js:519</code></a>
</div>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -13,10 +13,10 @@
<script src="pixi.js"></script>
<script src="../../src/pixi/renderers/WebGLGraphics.js"></script>
<script src="../../src/pixi/renderers/WebGLShaders.js"></script>
<script src="../../src/pixi/renderers/CanvasGraphics.js"></script>
<script src="../../src/pixi/renderers/canvas/CanvasGraphics.js"></script>
<script src="../../src/pixi/renderers/CanvasRenderer.js"></script>
<script src="../../src/pixi/renderers/WebGLRenderer.js"></script>
<script src="../../src/pixi/renderers/WebGLRenderGroup.js"></script>
<script src="../../src/pixi/renderers/webgl/WebGLGraphics.js"></script>
<script src="../../src/pixi/primitives/Graphics.js"></script>
</head>
<body>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,37 +0,0 @@
/**
* @author Mat Groves http://matgroves.com/ @Doormat23
*/
/**
* A DisplayObjectContainer represents a collection of display objects. It is the base class of all display objects that act as a container for other objects.
* @class DisplayObjectContainer
* @extends DisplayObject
* @constructor
*/
PIXI.Line = function()
{
PIXI.DisplayObject.call( this );
// style - color
// style - thickness
// alpha -
}
// constructor
PIXI.Line.constructor = PIXI.Line;
PIXI.Line.prototype = Object.create( PIXI.DisplayObject.prototype );
/**
* @private
*/
PIXI.DisplayObjectContainer.prototype.updateTransform = function()
{
if(!this.visible)return;
PIXI.DisplayObject.prototype.updateTransform.call( this );
}

View file

@ -34,9 +34,9 @@ PIXI.WebGLGraphics.renderGraphics = function(graphics)
if(graphics.clearDirty)
{
graphics.clearDirty = false;
graphics._webGL.lastIndex = 0;
graphics._webGL.points = [];
}
PIXI.WebGLGraphics.initGraphics(graphics);
@ -50,7 +50,6 @@ PIXI.WebGLGraphics.renderGraphics = function(graphics)
//shaderProgram.colorAttribute
// ulong idx, long size, ulong type, bool norm, long stride, ulong offset )
gl.drawArrays(gl.TRIANGLE_STRIP, 0, graphics._webGL.glPoints.length/6);
PIXI.activateDefaultShader();