Src folder restructured
This commit is contained in:
parent
e0db063233
commit
2ad9002a79
71 changed files with 17728 additions and 5373 deletions
35
Gruntfile.js
35
Gruntfile.js
|
@ -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: {
|
||||
|
|
1146
bin/pixi.dev.js
1146
bin/pixi.dev.js
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -602,7 +602,7 @@ http://www.bmglyph.com/ for mac.</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l41"><code>src/pixi/DisplayObjectContainer.js:41</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src/pixi/display/DisplayObjectContainer.js:41</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -692,7 +692,7 @@ http://www.bmglyph.com/ for mac.</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l73"><code>src/pixi/DisplayObjectContainer.js:73</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src/pixi/display/DisplayObjectContainer.js:73</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -791,7 +791,7 @@ http://www.bmglyph.com/ for mac.</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l106"><code>src/pixi/DisplayObject.js:106</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l106"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l168"><code>src/pixi/DisplayObjectContainer.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src/pixi/display/DisplayObjectContainer.js:168</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -959,7 +959,7 @@ http://www.bmglyph.com/ for mac.</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l112"><code>src/pixi/DisplayObject.js:112</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l112"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l138"><code>src/pixi/DisplayObject.js:138</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l138"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l132"><code>src/pixi/DisplayObject.js:132</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l132"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l118"><code>src/pixi/DisplayObject.js:118</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l118"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l125"><code>src/pixi/DisplayObject.js:125</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l125"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l186"><code>src/pixi/DisplayObjectContainer.js:186</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l190"><code>src/pixi/DisplayObject.js:190</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l190"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l128"><code>src/pixi/DisplayObjectContainer.js:128</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l149"><code>src/pixi/DisplayObject.js:149</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l149"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l162"><code>src/pixi/DisplayObject.js:162</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l162"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l168"><code>src/pixi/DisplayObject.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l168"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l156"><code>src/pixi/DisplayObject.js:156</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l156"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l40"><code>src/pixi/DisplayObject.js:40</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l40"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l95"><code>src/pixi/DisplayObject.js:95</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l95"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l16"><code>src/pixi/DisplayObjectContainer.js:16</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l69"><code>src/pixi/DisplayObject.js:69</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l69"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l55"><code>src/pixi/DisplayObject.js:55</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l55"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l26"><code>src/pixi/DisplayObject.js:26</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l26"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l12"><code>src/pixi/DisplayObject.js:12</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l12"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l33"><code>src/pixi/DisplayObject.js:33</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l33"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l19"><code>src/pixi/DisplayObject.js:19</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l19"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l62"><code>src/pixi/DisplayObject.js:62</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l62"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l47"><code>src/pixi/DisplayObject.js:47</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l47"><code>src/pixi/display/DisplayObject.js:47</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
|
||||
|
||||
<div class="foundat">
|
||||
Defined in: <a href="../files/src_pixi_renderers_CanvasRenderer.js.html#l6"><code>src/pixi/renderers/CanvasRenderer.js:6</code></a>
|
||||
Defined in: <a href="../files/src_pixi_renderers_canvas_CanvasRenderer.js.html#l6"><code>src/pixi/renderers/canvas/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="../files/src_pixi_renderers_CanvasRenderer.js.html#l6"><code>src/pixi/renderers/CanvasRenderer.js:6</code></a>
|
||||
<a href="../files/src_pixi_renderers_canvas_CanvasRenderer.js.html#l6"><code>src/pixi/renderers/canvas/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="../files/src_pixi_renderers_CanvasRenderer.js.html#l66"><code>src/pixi/renderers/CanvasRenderer.js:66</code></a>
|
||||
<a href="../files/src_pixi_renderers_canvas_CanvasRenderer.js.html#l66"><code>src/pixi/renderers/canvas/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="../files/src_pixi_renderers_CanvasRenderer.js.html#l55"><code>src/pixi/renderers/CanvasRenderer.js:55</code></a>
|
||||
<a href="../files/src_pixi_renderers_canvas_CanvasRenderer.js.html#l55"><code>src/pixi/renderers/canvas/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="../files/src_pixi_renderers_CanvasRenderer.js.html#l31"><code>src/pixi/renderers/CanvasRenderer.js:31</code></a>
|
||||
<a href="../files/src_pixi_renderers_canvas_CanvasRenderer.js.html#l31"><code>src/pixi/renderers/canvas/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="../files/src_pixi_renderers_CanvasRenderer.js.html#l41"><code>src/pixi/renderers/CanvasRenderer.js:41</code></a>
|
||||
<a href="../files/src_pixi_renderers_canvas_CanvasRenderer.js.html#l41"><code>src/pixi/renderers/canvas/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="../files/src_pixi_renderers_CanvasRenderer.js.html#l24"><code>src/pixi/renderers/CanvasRenderer.js:24</code></a>
|
||||
<a href="../files/src_pixi_renderers_canvas_CanvasRenderer.js.html#l24"><code>src/pixi/renderers/canvas/CanvasRenderer.js:24</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -458,7 +458,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l106"><code>src/pixi/DisplayObject.js:106</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l106"><code>src/pixi/display/DisplayObject.js:106</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -487,7 +487,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -542,7 +542,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l112"><code>src/pixi/DisplayObject.js:112</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l112"><code>src/pixi/display/DisplayObject.js:112</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -571,7 +571,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -626,7 +626,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l138"><code>src/pixi/DisplayObject.js:138</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l138"><code>src/pixi/display/DisplayObject.js:138</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -655,7 +655,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -710,7 +710,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l132"><code>src/pixi/DisplayObject.js:132</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l132"><code>src/pixi/display/DisplayObject.js:132</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -739,7 +739,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -794,7 +794,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l118"><code>src/pixi/DisplayObject.js:118</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l118"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l125"><code>src/pixi/DisplayObject.js:125</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l125"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l190"><code>src/pixi/DisplayObject.js:190</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l190"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l149"><code>src/pixi/DisplayObject.js:149</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l149"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l162"><code>src/pixi/DisplayObject.js:162</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l162"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l168"><code>src/pixi/DisplayObject.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l168"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l156"><code>src/pixi/DisplayObject.js:156</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l156"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l40"><code>src/pixi/DisplayObject.js:40</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l40"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l95"><code>src/pixi/DisplayObject.js:95</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l95"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l69"><code>src/pixi/DisplayObject.js:69</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l69"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l55"><code>src/pixi/DisplayObject.js:55</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l55"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l26"><code>src/pixi/DisplayObject.js:26</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l26"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l12"><code>src/pixi/DisplayObject.js:12</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l12"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l33"><code>src/pixi/DisplayObject.js:33</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l33"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l19"><code>src/pixi/DisplayObject.js:19</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l19"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l62"><code>src/pixi/DisplayObject.js:62</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l62"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l47"><code>src/pixi/DisplayObject.js:47</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l47"><code>src/pixi/display/DisplayObject.js:47</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
|
||||
|
||||
<div class="foundat">
|
||||
Defined in: <a href="../files/src_pixi_DisplayObject.js.html#l5"><code>src/pixi/DisplayObject.js:5</code></a>
|
||||
Defined in: <a href="../files/src_pixi_display_DisplayObject.js.html#l5"><code>src/pixi/display/DisplayObject.js:5</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -196,7 +196,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l5"><code>src/pixi/DisplayObject.js:5</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l5"><code>src/pixi/display/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="../files/src_pixi_utils_Detector.js.html#l5"><code>src/pixi/utils/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="../files/src_pixi_DisplayObject.js.html#l106"><code>src/pixi/DisplayObject.js:106</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l106"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l112"><code>src/pixi/DisplayObject.js:112</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l112"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l138"><code>src/pixi/DisplayObject.js:138</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l138"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l132"><code>src/pixi/DisplayObject.js:132</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l132"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l118"><code>src/pixi/DisplayObject.js:118</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l118"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l125"><code>src/pixi/DisplayObject.js:125</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l125"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l190"><code>src/pixi/DisplayObject.js:190</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l190"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l149"><code>src/pixi/DisplayObject.js:149</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l149"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l162"><code>src/pixi/DisplayObject.js:162</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l162"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l168"><code>src/pixi/DisplayObject.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l168"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l156"><code>src/pixi/DisplayObject.js:156</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l156"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l40"><code>src/pixi/DisplayObject.js:40</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l40"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l95"><code>src/pixi/DisplayObject.js:95</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l95"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l69"><code>src/pixi/DisplayObject.js:69</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l69"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l55"><code>src/pixi/DisplayObject.js:55</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l55"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l26"><code>src/pixi/DisplayObject.js:26</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l26"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l12"><code>src/pixi/DisplayObject.js:12</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l12"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l33"><code>src/pixi/DisplayObject.js:33</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l33"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l19"><code>src/pixi/DisplayObject.js:19</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l19"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l62"><code>src/pixi/DisplayObject.js:62</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l62"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l47"><code>src/pixi/DisplayObject.js:47</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l47"><code>src/pixi/display/DisplayObject.js:47</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
|
||||
|
||||
<div class="foundat">
|
||||
Defined in: <a href="../files/src_pixi_DisplayObjectContainer.js.html#l6"><code>src/pixi/DisplayObjectContainer.js:6</code></a>
|
||||
Defined in: <a href="../files/src_pixi_renderers_webgl_WebGLGraphics.js.html#l6"><code>src/pixi/renderers/webgl/WebGLGraphics.js:6</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -200,7 +200,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l6"><code>src/pixi/DisplayObjectContainer.js:6</code></a>
|
||||
<a href="../files/src_pixi_renderers_webgl_WebGLGraphics.js.html#l6"><code>src/pixi/renderers/webgl/WebGLGraphics.js:6</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -503,7 +503,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l41"><code>src/pixi/DisplayObjectContainer.js:41</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src/pixi/display/DisplayObjectContainer.js:41</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -596,7 +596,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l73"><code>src/pixi/DisplayObjectContainer.js:73</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src/pixi/display/DisplayObjectContainer.js:73</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -695,7 +695,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l106"><code>src/pixi/DisplayObject.js:106</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l106"><code>src/pixi/display/DisplayObject.js:106</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -724,7 +724,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -782,7 +782,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l168"><code>src/pixi/DisplayObjectContainer.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src/pixi/display/DisplayObjectContainer.js:168</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -866,7 +866,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l112"><code>src/pixi/DisplayObject.js:112</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l112"><code>src/pixi/display/DisplayObject.js:112</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -895,7 +895,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -950,7 +950,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l138"><code>src/pixi/DisplayObject.js:138</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l138"><code>src/pixi/display/DisplayObject.js:138</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -979,7 +979,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1034,7 +1034,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l132"><code>src/pixi/DisplayObject.js:132</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l132"><code>src/pixi/display/DisplayObject.js:132</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1063,7 +1063,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1118,7 +1118,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l118"><code>src/pixi/DisplayObject.js:118</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l118"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l125"><code>src/pixi/DisplayObject.js:125</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l125"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l186"><code>src/pixi/DisplayObjectContainer.js:186</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l190"><code>src/pixi/DisplayObject.js:190</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l190"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l128"><code>src/pixi/DisplayObjectContainer.js:128</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l149"><code>src/pixi/DisplayObject.js:149</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l149"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l162"><code>src/pixi/DisplayObject.js:162</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l162"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l168"><code>src/pixi/DisplayObject.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l168"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l156"><code>src/pixi/DisplayObject.js:156</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l156"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l40"><code>src/pixi/DisplayObject.js:40</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l40"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l95"><code>src/pixi/DisplayObject.js:95</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l95"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l16"><code>src/pixi/DisplayObjectContainer.js:16</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l69"><code>src/pixi/DisplayObject.js:69</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l69"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l55"><code>src/pixi/DisplayObject.js:55</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l55"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l26"><code>src/pixi/DisplayObject.js:26</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l26"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l12"><code>src/pixi/DisplayObject.js:12</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l12"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l33"><code>src/pixi/DisplayObject.js:33</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l33"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l19"><code>src/pixi/DisplayObject.js:19</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l19"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l62"><code>src/pixi/DisplayObject.js:62</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l62"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l47"><code>src/pixi/DisplayObject.js:47</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l47"><code>src/pixi/display/DisplayObject.js:47</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
|
||||
|
||||
<div class="foundat">
|
||||
Defined in: <a href="../files/src_pixi_InteractionManager.js.html#l513"><code>src/pixi/InteractionManager.js:513</code></a>
|
||||
Defined in: <a href="../files/src_pixi_InteractionManager.js.html#l519"><code>src/pixi/InteractionManager.js:519</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -196,7 +196,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_InteractionManager.js.html#l513"><code>src/pixi/InteractionManager.js:513</code></a>
|
||||
<a href="../files/src_pixi_InteractionManager.js.html#l519"><code>src/pixi/InteractionManager.js:519</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -335,7 +335,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_InteractionManager.js.html#l537"><code>src/pixi/InteractionManager.js:537</code></a>
|
||||
<a href="../files/src_pixi_InteractionManager.js.html#l543"><code>src/pixi/InteractionManager.js:543</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -424,7 +424,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_InteractionManager.js.html#l519"><code>src/pixi/InteractionManager.js:519</code></a>
|
||||
<a href="../files/src_pixi_InteractionManager.js.html#l525"><code>src/pixi/InteractionManager.js:525</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -468,7 +468,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_InteractionManager.js.html#l529"><code>src/pixi/InteractionManager.js:529</code></a>
|
||||
<a href="../files/src_pixi_InteractionManager.js.html#l535"><code>src/pixi/InteractionManager.js:535</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -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="../files/src_pixi_utils_Detector.js.html#l5"><code>src/pixi/utils/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">
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
|
||||
|
||||
<div class="foundat">
|
||||
Defined in: <a href="../files/src_pixi_MovieClip.js.html#l5"><code>src/pixi/MovieClip.js:5</code></a>
|
||||
Defined in: <a href="../files/src_pixi_display_MovieClip.js.html#l5"><code>src/pixi/display/MovieClip.js:5</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -210,7 +210,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_MovieClip.js.html#l5"><code>src/pixi/MovieClip.js:5</code></a>
|
||||
<a href="../files/src_pixi_display_MovieClip.js.html#l5"><code>src/pixi/display/MovieClip.js:5</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -645,7 +645,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l41"><code>src/pixi/DisplayObjectContainer.js:41</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src/pixi/display/DisplayObjectContainer.js:41</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -735,7 +735,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l73"><code>src/pixi/DisplayObjectContainer.js:73</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src/pixi/display/DisplayObjectContainer.js:73</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -834,7 +834,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l106"><code>src/pixi/DisplayObject.js:106</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l106"><code>src/pixi/display/DisplayObject.js:106</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -863,7 +863,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -918,7 +918,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l168"><code>src/pixi/DisplayObjectContainer.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src/pixi/display/DisplayObjectContainer.js:168</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1005,7 +1005,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_MovieClip.js.html#l94"><code>src/pixi/MovieClip.js:94</code></a>
|
||||
<a href="../files/src_pixi_display_MovieClip.js.html#l94"><code>src/pixi/display/MovieClip.js:94</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1092,7 +1092,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_MovieClip.js.html#l81"><code>src/pixi/MovieClip.js:81</code></a>
|
||||
<a href="../files/src_pixi_display_MovieClip.js.html#l81"><code>src/pixi/display/MovieClip.js:81</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1176,7 +1176,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l112"><code>src/pixi/DisplayObject.js:112</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l112"><code>src/pixi/display/DisplayObject.js:112</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1205,7 +1205,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1260,7 +1260,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l138"><code>src/pixi/DisplayObject.js:138</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l138"><code>src/pixi/display/DisplayObject.js:138</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1289,7 +1289,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1344,7 +1344,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l132"><code>src/pixi/DisplayObject.js:132</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l132"><code>src/pixi/display/DisplayObject.js:132</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1373,7 +1373,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1428,7 +1428,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l118"><code>src/pixi/DisplayObject.js:118</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l118"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l125"><code>src/pixi/DisplayObject.js:125</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l125"><code>src/pixi/display/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="../files/src_pixi_MovieClip.js.html#l72"><code>src/pixi/MovieClip.js:72</code></a>
|
||||
<a href="../files/src_pixi_display_MovieClip.js.html#l72"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l186"><code>src/pixi/DisplayObjectContainer.js:186</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l190"><code>src/pixi/DisplayObject.js:190</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l190"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l103"><code>src/pixi/Sprite.js:103</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l103"><code>src/pixi/display/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="../files/src_pixi_MovieClip.js.html#l63"><code>src/pixi/MovieClip.js:63</code></a>
|
||||
<a href="../files/src_pixi_display_MovieClip.js.html#l63"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l128"><code>src/pixi/DisplayObjectContainer.js:128</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l149"><code>src/pixi/DisplayObject.js:149</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l149"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l162"><code>src/pixi/DisplayObject.js:162</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l162"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l168"><code>src/pixi/DisplayObject.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l168"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l156"><code>src/pixi/DisplayObject.js:156</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l156"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l40"><code>src/pixi/DisplayObject.js:40</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l40"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l21"><code>src/pixi/Sprite.js:21</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l21"><code>src/pixi/display/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="../files/src_pixi_MovieClip.js.html#l30"><code>src/pixi/MovieClip.js:30</code></a>
|
||||
<a href="../files/src_pixi_display_MovieClip.js.html#l30"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l38"><code>src/pixi/Sprite.js:38</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l38"><code>src/pixi/display/Sprite.js:38</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -2561,7 +2561,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l95"><code>src/pixi/DisplayObject.js:95</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l95"><code>src/pixi/display/DisplayObject.js:95</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -2602,7 +2602,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l16"><code>src/pixi/DisplayObjectContainer.js:16</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src/pixi/display/DisplayObjectContainer.js:16</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -2646,7 +2646,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_MovieClip.js.html#l23"><code>src/pixi/MovieClip.js:23</code></a>
|
||||
<a href="../files/src_pixi_display_MovieClip.js.html#l23"><code>src/pixi/display/MovieClip.js:23</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -2687,7 +2687,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Sprite.js.html#l53"><code>src/pixi/Sprite.js:53</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l53"><code>src/pixi/display/Sprite.js:53</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -2728,7 +2728,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l69"><code>src/pixi/DisplayObject.js:69</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l69"><code>src/pixi/display/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="../files/src_pixi_MovieClip.js.html#l37"><code>src/pixi/MovieClip.js:37</code></a>
|
||||
<a href="../files/src_pixi_display_MovieClip.js.html#l37"><code>src/pixi/display/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="../files/src_pixi_MovieClip.js.html#l44"><code>src/pixi/MovieClip.js:44</code></a>
|
||||
<a href="../files/src_pixi_display_MovieClip.js.html#l44"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l55"><code>src/pixi/DisplayObject.js:55</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l55"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l26"><code>src/pixi/DisplayObject.js:26</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l26"><code>src/pixi/display/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="../files/src_pixi_MovieClip.js.html#l51"><code>src/pixi/MovieClip.js:51</code></a>
|
||||
<a href="../files/src_pixi_display_MovieClip.js.html#l51"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l12"><code>src/pixi/DisplayObject.js:12</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l12"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l33"><code>src/pixi/DisplayObject.js:33</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l33"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l19"><code>src/pixi/DisplayObject.js:19</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l19"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l62"><code>src/pixi/DisplayObject.js:62</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l62"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l31"><code>src/pixi/Sprite.js:31</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l31"><code>src/pixi/display/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="../files/src_pixi_MovieClip.js.html#l16"><code>src/pixi/MovieClip.js:16</code></a>
|
||||
<a href="../files/src_pixi_display_MovieClip.js.html#l16"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l47"><code>src/pixi/DisplayObject.js:47</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l47"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l46"><code>src/pixi/Sprite.js:46</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l46"><code>src/pixi/display/Sprite.js:46</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
|
||||
|
||||
<div class="foundat">
|
||||
Defined in: <a href="../files/src_pixi_Point.js.html#l5"><code>src/pixi/Point.js:5</code></a>
|
||||
Defined in: <a href="../files/src_pixi_core_Point.js.html#l5"><code>src/pixi/core/Point.js:5</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -212,7 +212,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Point.js.html#l5"><code>src/pixi/Point.js:5</code></a>
|
||||
<a href="../files/src_pixi_core_Point.js.html#l5"><code>src/pixi/core/Point.js:5</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -379,7 +379,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Point.js.html#l29"><code>src/pixi/Point.js:29</code></a>
|
||||
<a href="../files/src_pixi_core_Point.js.html#l29"><code>src/pixi/core/Point.js:29</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -443,7 +443,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Point.js.html#l14"><code>src/pixi/Point.js:14</code></a>
|
||||
<a href="../files/src_pixi_core_Point.js.html#l14"><code>src/pixi/core/Point.js:14</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -489,7 +489,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Point.js.html#l21"><code>src/pixi/Point.js:21</code></a>
|
||||
<a href="../files/src_pixi_core_Point.js.html#l21"><code>src/pixi/core/Point.js:21</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
|
||||
|
||||
<div class="foundat">
|
||||
Defined in: <a href="../files/src_pixi_Polygon.js.html#l5"><code>src/pixi/Polygon.js:5</code></a>
|
||||
Defined in: <a href="../files/src_pixi_core_Polygon.js.html#l5"><code>src/pixi/core/Polygon.js:5</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -206,7 +206,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Polygon.js.html#l5"><code>src/pixi/Polygon.js:5</code></a>
|
||||
<a href="../files/src_pixi_core_Polygon.js.html#l5"><code>src/pixi/core/Polygon.js:5</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -334,7 +334,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Polygon.js.html#l15"><code>src/pixi/Polygon.js:15</code></a>
|
||||
<a href="../files/src_pixi_core_Polygon.js.html#l15"><code>src/pixi/core/Polygon.js:15</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
|
||||
|
||||
<div class="foundat">
|
||||
Defined in: <a href="../files/src_pixi_Rectangle.js.html#l5"><code>src/pixi/Rectangle.js:5</code></a>
|
||||
Defined in: <a href="../files/src_pixi_core_Rectangle.js.html#l5"><code>src/pixi/core/Rectangle.js:5</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -224,7 +224,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Rectangle.js.html#l5"><code>src/pixi/Rectangle.js:5</code></a>
|
||||
<a href="../files/src_pixi_core_Rectangle.js.html#l5"><code>src/pixi/core/Rectangle.js:5</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -435,7 +435,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Rectangle.js.html#l45"><code>src/pixi/Rectangle.js:45</code></a>
|
||||
<a href="../files/src_pixi_core_Rectangle.js.html#l45"><code>src/pixi/core/Rectangle.js:45</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -499,7 +499,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Rectangle.js.html#l37"><code>src/pixi/Rectangle.js:37</code></a>
|
||||
<a href="../files/src_pixi_core_Rectangle.js.html#l37"><code>src/pixi/core/Rectangle.js:37</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -545,7 +545,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Rectangle.js.html#l30"><code>src/pixi/Rectangle.js:30</code></a>
|
||||
<a href="../files/src_pixi_core_Rectangle.js.html#l30"><code>src/pixi/core/Rectangle.js:30</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -591,7 +591,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Rectangle.js.html#l16"><code>src/pixi/Rectangle.js:16</code></a>
|
||||
<a href="../files/src_pixi_core_Rectangle.js.html#l16"><code>src/pixi/core/Rectangle.js:16</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -637,7 +637,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Rectangle.js.html#l23"><code>src/pixi/Rectangle.js:23</code></a>
|
||||
<a href="../files/src_pixi_core_Rectangle.js.html#l23"><code>src/pixi/core/Rectangle.js:23</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -538,7 +538,7 @@ When loaded this class will dispatch a "loaded" event</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l41"><code>src/pixi/DisplayObjectContainer.js:41</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src/pixi/display/DisplayObjectContainer.js:41</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -628,7 +628,7 @@ When loaded this class will dispatch a "loaded" event</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l73"><code>src/pixi/DisplayObjectContainer.js:73</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src/pixi/display/DisplayObjectContainer.js:73</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -727,7 +727,7 @@ When loaded this class will dispatch a "loaded" event</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l106"><code>src/pixi/DisplayObject.js:106</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l106"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l168"><code>src/pixi/DisplayObjectContainer.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src/pixi/display/DisplayObjectContainer.js:168</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -895,7 +895,7 @@ When loaded this class will dispatch a "loaded" event</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l112"><code>src/pixi/DisplayObject.js:112</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l112"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l138"><code>src/pixi/DisplayObject.js:138</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l138"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l132"><code>src/pixi/DisplayObject.js:132</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l132"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l118"><code>src/pixi/DisplayObject.js:118</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l118"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l125"><code>src/pixi/DisplayObject.js:125</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l125"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l186"><code>src/pixi/DisplayObjectContainer.js:186</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l190"><code>src/pixi/DisplayObject.js:190</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l190"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l128"><code>src/pixi/DisplayObjectContainer.js:128</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l149"><code>src/pixi/DisplayObject.js:149</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l149"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l162"><code>src/pixi/DisplayObject.js:162</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l162"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l168"><code>src/pixi/DisplayObject.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l168"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l156"><code>src/pixi/DisplayObject.js:156</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l156"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l40"><code>src/pixi/DisplayObject.js:40</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l40"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l95"><code>src/pixi/DisplayObject.js:95</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l95"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l16"><code>src/pixi/DisplayObjectContainer.js:16</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l69"><code>src/pixi/DisplayObject.js:69</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l69"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l55"><code>src/pixi/DisplayObject.js:55</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l55"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l26"><code>src/pixi/DisplayObject.js:26</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l26"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l12"><code>src/pixi/DisplayObject.js:12</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l12"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l33"><code>src/pixi/DisplayObject.js:33</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l33"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l19"><code>src/pixi/DisplayObject.js:19</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l19"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l62"><code>src/pixi/DisplayObject.js:62</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l62"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l47"><code>src/pixi/DisplayObject.js:47</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l47"><code>src/pixi/display/DisplayObject.js:47</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
|
||||
|
||||
<div class="foundat">
|
||||
Defined in: <a href="../files/src_pixi_Sprite.js.html#l10"><code>src/pixi/Sprite.js:10</code></a>
|
||||
Defined in: <a href="../files/src_pixi_display_Sprite.js.html#l10"><code>src/pixi/display/Sprite.js:10</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -210,7 +210,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Sprite.js.html#l10"><code>src/pixi/Sprite.js:10</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l10"><code>src/pixi/display/Sprite.js:10</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -593,7 +593,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l41"><code>src/pixi/DisplayObjectContainer.js:41</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src/pixi/display/DisplayObjectContainer.js:41</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -683,7 +683,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l73"><code>src/pixi/DisplayObjectContainer.js:73</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src/pixi/display/DisplayObjectContainer.js:73</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -782,7 +782,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l106"><code>src/pixi/DisplayObject.js:106</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l106"><code>src/pixi/display/DisplayObject.js:106</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -811,7 +811,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -875,7 +875,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Sprite.js.html#l135"><code>src/pixi/Sprite.js:135</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l135"><code>src/pixi/display/Sprite.js:135</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -982,7 +982,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Sprite.js.html#l151"><code>src/pixi/Sprite.js:151</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l151"><code>src/pixi/display/Sprite.js:151</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1080,7 +1080,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l168"><code>src/pixi/DisplayObjectContainer.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src/pixi/display/DisplayObjectContainer.js:168</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1164,7 +1164,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l112"><code>src/pixi/DisplayObject.js:112</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l112"><code>src/pixi/display/DisplayObject.js:112</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1193,7 +1193,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1248,7 +1248,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l138"><code>src/pixi/DisplayObject.js:138</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l138"><code>src/pixi/display/DisplayObject.js:138</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1277,7 +1277,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1332,7 +1332,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l132"><code>src/pixi/DisplayObject.js:132</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l132"><code>src/pixi/display/DisplayObject.js:132</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1361,7 +1361,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1416,7 +1416,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l118"><code>src/pixi/DisplayObject.js:118</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l118"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l125"><code>src/pixi/DisplayObject.js:125</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l125"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l186"><code>src/pixi/DisplayObjectContainer.js:186</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l190"><code>src/pixi/DisplayObject.js:190</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l190"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l103"><code>src/pixi/Sprite.js:103</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l103"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l128"><code>src/pixi/DisplayObjectContainer.js:128</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l149"><code>src/pixi/DisplayObject.js:149</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l149"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l162"><code>src/pixi/DisplayObject.js:162</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l162"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l168"><code>src/pixi/DisplayObject.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l168"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l156"><code>src/pixi/DisplayObject.js:156</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l156"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l40"><code>src/pixi/DisplayObject.js:40</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l40"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l21"><code>src/pixi/Sprite.js:21</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l21"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l38"><code>src/pixi/Sprite.js:38</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l38"><code>src/pixi/display/Sprite.js:38</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -2406,7 +2406,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l95"><code>src/pixi/DisplayObject.js:95</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l95"><code>src/pixi/display/DisplayObject.js:95</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -2447,7 +2447,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l16"><code>src/pixi/DisplayObjectContainer.js:16</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src/pixi/display/DisplayObjectContainer.js:16</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -2491,7 +2491,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Sprite.js.html#l53"><code>src/pixi/Sprite.js:53</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l53"><code>src/pixi/display/Sprite.js:53</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -2532,7 +2532,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l69"><code>src/pixi/DisplayObject.js:69</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l69"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l55"><code>src/pixi/DisplayObject.js:55</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l55"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l26"><code>src/pixi/DisplayObject.js:26</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l26"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l12"><code>src/pixi/DisplayObject.js:12</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l12"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l33"><code>src/pixi/DisplayObject.js:33</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l33"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l19"><code>src/pixi/DisplayObject.js:19</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l19"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l62"><code>src/pixi/DisplayObject.js:62</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l62"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l31"><code>src/pixi/Sprite.js:31</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l31"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l47"><code>src/pixi/DisplayObject.js:47</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l47"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l46"><code>src/pixi/Sprite.js:46</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l46"><code>src/pixi/display/Sprite.js:46</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
|
||||
|
||||
<div class="foundat">
|
||||
Defined in: <a href="../files/src_pixi_Stage.js.html#l5"><code>src/pixi/Stage.js:5</code></a>
|
||||
Defined in: <a href="../files/src_pixi_display_Stage.js.html#l5"><code>src/pixi/display/Stage.js:5</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -216,7 +216,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Stage.js.html#l5"><code>src/pixi/Stage.js:5</code></a>
|
||||
<a href="../files/src_pixi_display_Stage.js.html#l5"><code>src/pixi/display/Stage.js:5</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -575,7 +575,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l41"><code>src/pixi/DisplayObjectContainer.js:41</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src/pixi/display/DisplayObjectContainer.js:41</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -665,7 +665,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l73"><code>src/pixi/DisplayObjectContainer.js:73</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src/pixi/display/DisplayObjectContainer.js:73</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -764,7 +764,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l106"><code>src/pixi/DisplayObject.js:106</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l106"><code>src/pixi/display/DisplayObject.js:106</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -793,7 +793,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -848,7 +848,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l168"><code>src/pixi/DisplayObjectContainer.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src/pixi/display/DisplayObjectContainer.js:168</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -929,7 +929,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Stage.js.html#l76"><code>src/pixi/Stage.js:76</code></a>
|
||||
<a href="../files/src_pixi_display_Stage.js.html#l76"><code>src/pixi/display/Stage.js:76</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1003,7 +1003,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l112"><code>src/pixi/DisplayObject.js:112</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l112"><code>src/pixi/display/DisplayObject.js:112</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1032,7 +1032,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1087,7 +1087,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l138"><code>src/pixi/DisplayObject.js:138</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l138"><code>src/pixi/display/DisplayObject.js:138</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1116,7 +1116,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1171,7 +1171,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l132"><code>src/pixi/DisplayObject.js:132</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l132"><code>src/pixi/display/DisplayObject.js:132</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1200,7 +1200,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1255,7 +1255,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l118"><code>src/pixi/DisplayObject.js:118</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l118"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l125"><code>src/pixi/DisplayObject.js:125</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l125"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l186"><code>src/pixi/DisplayObjectContainer.js:186</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src/pixi/display/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="../files/src_pixi_Stage.js.html#l63"><code>src/pixi/Stage.js:63</code></a>
|
||||
<a href="../files/src_pixi_display_Stage.js.html#l63"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l190"><code>src/pixi/DisplayObject.js:190</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l190"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l128"><code>src/pixi/DisplayObjectContainer.js:128</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l149"><code>src/pixi/DisplayObject.js:149</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l149"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l162"><code>src/pixi/DisplayObject.js:162</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l162"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l168"><code>src/pixi/DisplayObject.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l168"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l156"><code>src/pixi/DisplayObject.js:156</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l156"><code>src/pixi/display/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="../files/src_pixi_Stage.js.html#l40"><code>src/pixi/Stage.js:40</code></a>
|
||||
<a href="../files/src_pixi_display_Stage.js.html#l40"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l40"><code>src/pixi/DisplayObject.js:40</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l40"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l95"><code>src/pixi/DisplayObject.js:95</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l95"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l16"><code>src/pixi/DisplayObjectContainer.js:16</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l69"><code>src/pixi/DisplayObject.js:69</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l69"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l55"><code>src/pixi/DisplayObject.js:55</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l55"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l26"><code>src/pixi/DisplayObject.js:26</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l26"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l12"><code>src/pixi/DisplayObject.js:12</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l12"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l33"><code>src/pixi/DisplayObject.js:33</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l33"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l19"><code>src/pixi/DisplayObject.js:19</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l19"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l62"><code>src/pixi/DisplayObject.js:62</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l62"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l47"><code>src/pixi/DisplayObject.js:47</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l47"><code>src/pixi/display/DisplayObject.js:47</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -706,7 +706,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l41"><code>src/pixi/DisplayObjectContainer.js:41</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src/pixi/display/DisplayObjectContainer.js:41</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -796,7 +796,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l73"><code>src/pixi/DisplayObjectContainer.js:73</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src/pixi/display/DisplayObjectContainer.js:73</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -895,7 +895,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l106"><code>src/pixi/DisplayObject.js:106</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l106"><code>src/pixi/display/DisplayObject.js:106</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -924,7 +924,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -979,7 +979,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l168"><code>src/pixi/DisplayObjectContainer.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src/pixi/display/DisplayObjectContainer.js:168</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1063,7 +1063,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l112"><code>src/pixi/DisplayObject.js:112</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l112"><code>src/pixi/display/DisplayObject.js:112</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1092,7 +1092,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1147,7 +1147,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l138"><code>src/pixi/DisplayObject.js:138</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l138"><code>src/pixi/display/DisplayObject.js:138</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1176,7 +1176,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1231,7 +1231,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l132"><code>src/pixi/DisplayObject.js:132</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l132"><code>src/pixi/display/DisplayObject.js:132</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1260,7 +1260,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1315,7 +1315,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l118"><code>src/pixi/DisplayObject.js:118</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l118"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l125"><code>src/pixi/DisplayObject.js:125</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l125"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l186"><code>src/pixi/DisplayObjectContainer.js:186</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l190"><code>src/pixi/DisplayObject.js:190</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l190"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l103"><code>src/pixi/Sprite.js:103</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l103"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l128"><code>src/pixi/DisplayObjectContainer.js:128</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l149"><code>src/pixi/DisplayObject.js:149</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l149"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l162"><code>src/pixi/DisplayObject.js:162</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l162"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l168"><code>src/pixi/DisplayObject.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l168"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l156"><code>src/pixi/DisplayObject.js:156</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l156"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l40"><code>src/pixi/DisplayObject.js:40</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l40"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l21"><code>src/pixi/Sprite.js:21</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l21"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l38"><code>src/pixi/Sprite.js:38</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l38"><code>src/pixi/display/Sprite.js:38</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -2493,7 +2493,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l95"><code>src/pixi/DisplayObject.js:95</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l95"><code>src/pixi/display/DisplayObject.js:95</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -2534,7 +2534,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l16"><code>src/pixi/DisplayObjectContainer.js:16</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src/pixi/display/DisplayObjectContainer.js:16</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -2575,7 +2575,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_Sprite.js.html#l53"><code>src/pixi/Sprite.js:53</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l53"><code>src/pixi/display/Sprite.js:53</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -2616,7 +2616,7 @@ currently supports PIXI.blendModes.NORMAL and PIXI.blendModes.SCREEN</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l69"><code>src/pixi/DisplayObject.js:69</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l69"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l55"><code>src/pixi/DisplayObject.js:55</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l55"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l26"><code>src/pixi/DisplayObject.js:26</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l26"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l12"><code>src/pixi/DisplayObject.js:12</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l12"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l33"><code>src/pixi/DisplayObject.js:33</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l33"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l19"><code>src/pixi/DisplayObject.js:19</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l19"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l62"><code>src/pixi/DisplayObject.js:62</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l62"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l31"><code>src/pixi/Sprite.js:31</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l31"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l47"><code>src/pixi/DisplayObject.js:47</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l47"><code>src/pixi/display/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="../files/src_pixi_Sprite.js.html#l46"><code>src/pixi/Sprite.js:46</code></a>
|
||||
<a href="../files/src_pixi_display_Sprite.js.html#l46"><code>src/pixi/display/Sprite.js:46</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -589,7 +589,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l41"><code>src/pixi/DisplayObjectContainer.js:41</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l41"><code>src/pixi/display/DisplayObjectContainer.js:41</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -679,7 +679,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l73"><code>src/pixi/DisplayObjectContainer.js:73</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l73"><code>src/pixi/display/DisplayObjectContainer.js:73</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -778,7 +778,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l106"><code>src/pixi/DisplayObject.js:106</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l106"><code>src/pixi/display/DisplayObject.js:106</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -807,7 +807,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -862,7 +862,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObjectContainer.js.html#l168"><code>src/pixi/DisplayObjectContainer.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l168"><code>src/pixi/display/DisplayObjectContainer.js:168</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -946,7 +946,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l112"><code>src/pixi/DisplayObject.js:112</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l112"><code>src/pixi/display/DisplayObject.js:112</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -975,7 +975,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1030,7 +1030,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l138"><code>src/pixi/DisplayObject.js:138</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l138"><code>src/pixi/display/DisplayObject.js:138</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1059,7 +1059,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1114,7 +1114,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l132"><code>src/pixi/DisplayObject.js:132</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l132"><code>src/pixi/display/DisplayObject.js:132</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1143,7 +1143,7 @@
|
|||
|
||||
|
||||
<div class="param-description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1198,7 +1198,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l118"><code>src/pixi/DisplayObject.js:118</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l118"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l125"><code>src/pixi/DisplayObject.js:125</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l125"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l186"><code>src/pixi/DisplayObjectContainer.js:186</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l186"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l190"><code>src/pixi/DisplayObject.js:190</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l190"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l128"><code>src/pixi/DisplayObjectContainer.js:128</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l128"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l149"><code>src/pixi/DisplayObject.js:149</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l149"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l162"><code>src/pixi/DisplayObject.js:162</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l162"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l168"><code>src/pixi/DisplayObject.js:168</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l168"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l156"><code>src/pixi/DisplayObject.js:156</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l156"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l40"><code>src/pixi/DisplayObject.js:40</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l40"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l95"><code>src/pixi/DisplayObject.js:95</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l95"><code>src/pixi/display/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="../files/src_pixi_DisplayObjectContainer.js.html#l16"><code>src/pixi/DisplayObjectContainer.js:16</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObjectContainer.js.html#l16"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l69"><code>src/pixi/DisplayObject.js:69</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l69"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l55"><code>src/pixi/DisplayObject.js:55</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l55"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l26"><code>src/pixi/DisplayObject.js:26</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l26"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l12"><code>src/pixi/DisplayObject.js:12</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l12"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l33"><code>src/pixi/DisplayObject.js:33</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l33"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l19"><code>src/pixi/DisplayObject.js:19</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l19"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l62"><code>src/pixi/DisplayObject.js:62</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l62"><code>src/pixi/display/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="../files/src_pixi_DisplayObject.js.html#l47"><code>src/pixi/DisplayObject.js:47</code></a>
|
||||
<a href="../files/src_pixi_display_DisplayObject.js.html#l47"><code>src/pixi/display/DisplayObject.js:47</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
|
||||
|
||||
<div class="foundat">
|
||||
Defined in: <a href="../files/src_pixi_renderers_WebGLRenderGroup.js.html#l8"><code>src/pixi/renderers/WebGLRenderGroup.js:8</code></a>
|
||||
Defined in: <a href="../files/src_pixi_renderers_webgl_WebGLRenderGroup.js.html#l8"><code>src/pixi/renderers/webgl/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="../files/src_pixi_renderers_WebGLBatch.js.html#l98"><code>src/pixi/renderers/WebGLBatch.js:98</code></a>
|
||||
<a href="../files/src_pixi_renderers_webgl_WebGLBatch.js.html#l98"><code>src/pixi/renderers/webgl/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="../files/src_pixi_renderers_WebGLBatch.js.html#l145"><code>src/pixi/renderers/WebGLBatch.js:145</code></a>
|
||||
<a href="../files/src_pixi_renderers_webgl_WebGLBatch.js.html#l145"><code>src/pixi/renderers/webgl/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="../files/src_pixi_renderers_WebGLBatch.js.html#l117"><code>src/pixi/renderers/WebGLBatch.js:117</code></a>
|
||||
<a href="../files/src_pixi_renderers_webgl_WebGLBatch.js.html#l117"><code>src/pixi/renderers/webgl/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="../files/src_pixi_renderers_WebGLBatch.js.html#l268"><code>src/pixi/renderers/WebGLBatch.js:268</code></a>
|
||||
<a href="../files/src_pixi_renderers_webgl_WebGLBatch.js.html#l268"><code>src/pixi/renderers/webgl/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="../files/src_pixi_renderers_WebGLBatch.js.html#l346"><code>src/pixi/renderers/WebGLBatch.js:346</code></a>
|
||||
<a href="../files/src_pixi_renderers_webgl_WebGLBatch.js.html#l346"><code>src/pixi/renderers/webgl/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="../files/src_pixi_renderers_WebGLBatch.js.html#l175"><code>src/pixi/renderers/WebGLBatch.js:175</code></a>
|
||||
<a href="../files/src_pixi_renderers_webgl_WebGLBatch.js.html#l175"><code>src/pixi/renderers/webgl/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="../files/src_pixi_renderers_WebGLBatch.js.html#l513"><code>src/pixi/renderers/WebGLBatch.js:513</code></a>
|
||||
<a href="../files/src_pixi_renderers_webgl_WebGLBatch.js.html#l513"><code>src/pixi/renderers/webgl/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="../files/src_pixi_renderers_WebGLBatch.js.html#l218"><code>src/pixi/renderers/WebGLBatch.js:218</code></a>
|
||||
<a href="../files/src_pixi_renderers_webgl_WebGLBatch.js.html#l218"><code>src/pixi/renderers/webgl/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="../files/src_pixi_renderers_WebGLBatch.js.html#l401"><code>src/pixi/renderers/WebGLBatch.js:401</code></a>
|
||||
<a href="../files/src_pixi_renderers_webgl_WebGLBatch.js.html#l401"><code>src/pixi/renderers/webgl/WebGLBatch.js:401</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
|
||||
|
||||
<div class="foundat">
|
||||
Defined in: <a href="../files/src_pixi_renderers_WebGLRenderer.js.html#l11"><code>src/pixi/renderers/WebGLRenderer.js:11</code></a>
|
||||
Defined in: <a href="../files/src_pixi_renderers_webgl_WebGLRenderer.js.html#l11"><code>src/pixi/renderers/webgl/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="../files/src_pixi_renderers_WebGLRenderer.js.html#l11"><code>src/pixi/renderers/WebGLRenderer.js:11</code></a>
|
||||
<a href="../files/src_pixi_renderers_webgl_WebGLRenderer.js.html#l11"><code>src/pixi/renderers/webgl/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="../files/src_pixi_renderers_WebGLRenderer.js.html#l144"><code>src/pixi/renderers/WebGLRenderer.js:144</code></a>
|
||||
<a href="../files/src_pixi_renderers_webgl_WebGLRenderer.js.html#l143"><code>src/pixi/renderers/webgl/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="../files/src_pixi_renderers_WebGLRenderer.js.html#l284"><code>src/pixi/renderers/WebGLRenderer.js:284</code></a>
|
||||
<a href="../files/src_pixi_renderers_webgl_WebGLRenderer.js.html#l285"><code>src/pixi/renderers/webgl/WebGLRenderer.js:285</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
2384
docs/data.json
2384
docs/data.json
File diff suppressed because it is too large
Load diff
|
@ -273,7 +273,7 @@ PIXI.InteractionManager.prototype.update = function()
|
|||
|
||||
var len = this.interactiveItems.length;
|
||||
|
||||
for (var i=0; i < this.interactiveItems.length; i++) {
|
||||
for (var i=0; i < 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();
|
||||
|
||||
// loop through inteaction tree...
|
||||
// hit test each item! ->
|
||||
// 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;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/Point.js - Pixi.JS</title>
|
||||
<title>src/pixi/core/Point.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../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/pixi/Point.js</h1>
|
||||
<h1 class="file-heading">File: src/pixi/core/Point.js</h1>
|
||||
|
||||
<div class="file">
|
||||
<pre class="code prettyprint linenums">
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/Polygon.js - Pixi.JS</title>
|
||||
<title>src/pixi/core/Polygon.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../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/pixi/Polygon.js</h1>
|
||||
<h1 class="file-heading">File: src/pixi/core/Polygon.js</h1>
|
||||
|
||||
<div class="file">
|
||||
<pre class="code prettyprint linenums">
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/Rectangle.js - Pixi.JS</title>
|
||||
<title>src/pixi/core/Rectangle.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../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/pixi/Rectangle.js</h1>
|
||||
<h1 class="file-heading">File: src/pixi/core/Rectangle.js</h1>
|
||||
|
||||
<div class="file">
|
||||
<pre class="code prettyprint linenums">
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/DisplayObject.js - Pixi.JS</title>
|
||||
<title>src/pixi/display/DisplayObject.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../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/pixi/DisplayObject.js</h1>
|
||||
<h1 class="file-heading">File: src/pixi/display/DisplayObject.js</h1>
|
||||
|
||||
<div class="file">
|
||||
<pre class="code prettyprint linenums">
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/DisplayObjectContainer.js - Pixi.JS</title>
|
||||
<title>src/pixi/display/DisplayObjectContainer.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../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/pixi/DisplayObjectContainer.js</h1>
|
||||
<h1 class="file-heading">File: src/pixi/display/DisplayObjectContainer.js</h1>
|
||||
|
||||
<div class="file">
|
||||
<pre class="code prettyprint linenums">
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/MovieClip.js - Pixi.JS</title>
|
||||
<title>src/pixi/display/MovieClip.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../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/pixi/MovieClip.js</h1>
|
||||
<h1 class="file-heading">File: src/pixi/display/MovieClip.js</h1>
|
||||
|
||||
<div class="file">
|
||||
<pre class="code prettyprint linenums">
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/Sprite.js - Pixi.JS</title>
|
||||
<title>src/pixi/display/Sprite.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../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/pixi/Sprite.js</h1>
|
||||
<h1 class="file-heading">File: src/pixi/display/Sprite.js</h1>
|
||||
|
||||
<div class="file">
|
||||
<pre class="code prettyprint linenums">
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/Stage.js - Pixi.JS</title>
|
||||
<title>src/pixi/display/Stage.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../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/pixi/Stage.js</h1>
|
||||
<h1 class="file-heading">File: src/pixi/display/Stage.js</h1>
|
||||
|
||||
<div class="file">
|
||||
<pre class="code prettyprint linenums">
|
273
docs/files/src_pixi_primitives_Graphics.js.html
Normal file
273
docs/files/src_pixi_primitives_Graphics.js.html
Normal file
|
@ -0,0 +1,273 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/primitives/Graphics.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
|
||||
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
|
||||
<script src="http://yui.yahooapis.com/combo?3.8.0/build/yui/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://www.goodboydigital.com/pixijs/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="../classes/AssetLoader.html">AssetLoader</a></li>
|
||||
|
||||
<li><a href="../classes/BaseTexture.html">BaseTexture</a></li>
|
||||
|
||||
<li><a href="../classes/BitmapFontLoader.html">BitmapFontLoader</a></li>
|
||||
|
||||
<li><a href="../classes/BitmapText.html">BitmapText</a></li>
|
||||
|
||||
<li><a href="../classes/CanvasRenderer.html">CanvasRenderer</a></li>
|
||||
|
||||
<li><a href="../classes/CustomRenderable.html">CustomRenderable</a></li>
|
||||
|
||||
<li><a href="../classes/DisplayObject.html">DisplayObject</a></li>
|
||||
|
||||
<li><a href="../classes/DisplayObjectContainer.html">DisplayObjectContainer</a></li>
|
||||
|
||||
<li><a href="../classes/ImageLoader.html">ImageLoader</a></li>
|
||||
|
||||
<li><a href="../classes/InteractionData.html">InteractionData</a></li>
|
||||
|
||||
<li><a href="../classes/InteractionManager.html">InteractionManager</a></li>
|
||||
|
||||
<li><a href="../classes/JsonLoader.html">JsonLoader</a></li>
|
||||
|
||||
<li><a href="../classes/MovieClip.html">MovieClip</a></li>
|
||||
|
||||
<li><a href="../classes/Point.html">Point</a></li>
|
||||
|
||||
<li><a href="../classes/Polygon.html">Polygon</a></li>
|
||||
|
||||
<li><a href="../classes/Rectangle.html">Rectangle</a></li>
|
||||
|
||||
<li><a href="../classes/RenderTexture.html">RenderTexture</a></li>
|
||||
|
||||
<li><a href="../classes/Spine.html">Spine</a></li>
|
||||
|
||||
<li><a href="../classes/Sprite.html">Sprite</a></li>
|
||||
|
||||
<li><a href="../classes/SpriteSheetLoader.html">SpriteSheetLoader</a></li>
|
||||
|
||||
<li><a href="../classes/Stage.html">Stage</a></li>
|
||||
|
||||
<li><a href="../classes/Text.html">Text</a></li>
|
||||
|
||||
<li><a href="../classes/Texture.html">Texture</a></li>
|
||||
|
||||
<li><a href="../classes/TilingSprite.html">TilingSprite</a></li>
|
||||
|
||||
<li><a href="../classes/WebGLBatch.html">WebGLBatch</a></li>
|
||||
|
||||
<li><a href="../classes/WebGLRenderer.html">WebGLRenderer</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<ul id="api-modules" class="apis modules">
|
||||
|
||||
<li><a href="../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/pixi/primitives/Graphics.js</h1>
|
||||
|
||||
<div class="file">
|
||||
<pre class="code prettyprint linenums">
|
||||
/**
|
||||
* @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.Graphics = function()
|
||||
{
|
||||
PIXI.DisplayObjectContainer.call( this );
|
||||
|
||||
this.renderable = true;
|
||||
|
||||
// style - color
|
||||
// style - thickness
|
||||
// alpha -
|
||||
this.fillAlpha = 1;
|
||||
|
||||
this.lineWidth = 2;
|
||||
this.lineColor = "#FF0000";
|
||||
|
||||
this.graphicsData = [];
|
||||
|
||||
}
|
||||
|
||||
// SOME TYPES:
|
||||
PIXI.Graphics.POLY = 0;
|
||||
PIXI.Graphics.RECT = 1;
|
||||
PIXI.Graphics.CIRC = 2;
|
||||
|
||||
// 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);
|
||||
|
||||
// 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="../assets/vendor/prettify/prettify-min.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
<script src="../assets/js/yui-prettify.js"></script>
|
||||
<script src="../assets/../api.js"></script>
|
||||
<script src="../assets/js/api-filter.js"></script>
|
||||
<script src="../assets/js/api-list.js"></script>
|
||||
<script src="../assets/js/api-search.js"></script>
|
||||
<script src="../assets/js/apidocs.js"></script>
|
||||
</body>
|
||||
</html>
|
248
docs/files/src_pixi_renderers_canvas_CanvasGraphics.js.html
Normal file
248
docs/files/src_pixi_renderers_canvas_CanvasGraphics.js.html
Normal file
|
@ -0,0 +1,248 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/renderers/canvas/CanvasGraphics.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
|
||||
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
|
||||
<script src="http://yui.yahooapis.com/combo?3.8.0/build/yui/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://www.goodboydigital.com/pixijs/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="../classes/AssetLoader.html">AssetLoader</a></li>
|
||||
|
||||
<li><a href="../classes/BaseTexture.html">BaseTexture</a></li>
|
||||
|
||||
<li><a href="../classes/BitmapFontLoader.html">BitmapFontLoader</a></li>
|
||||
|
||||
<li><a href="../classes/BitmapText.html">BitmapText</a></li>
|
||||
|
||||
<li><a href="../classes/CanvasRenderer.html">CanvasRenderer</a></li>
|
||||
|
||||
<li><a href="../classes/CustomRenderable.html">CustomRenderable</a></li>
|
||||
|
||||
<li><a href="../classes/DisplayObject.html">DisplayObject</a></li>
|
||||
|
||||
<li><a href="../classes/DisplayObjectContainer.html">DisplayObjectContainer</a></li>
|
||||
|
||||
<li><a href="../classes/ImageLoader.html">ImageLoader</a></li>
|
||||
|
||||
<li><a href="../classes/InteractionData.html">InteractionData</a></li>
|
||||
|
||||
<li><a href="../classes/InteractionManager.html">InteractionManager</a></li>
|
||||
|
||||
<li><a href="../classes/JsonLoader.html">JsonLoader</a></li>
|
||||
|
||||
<li><a href="../classes/MovieClip.html">MovieClip</a></li>
|
||||
|
||||
<li><a href="../classes/Point.html">Point</a></li>
|
||||
|
||||
<li><a href="../classes/Polygon.html">Polygon</a></li>
|
||||
|
||||
<li><a href="../classes/Rectangle.html">Rectangle</a></li>
|
||||
|
||||
<li><a href="../classes/RenderTexture.html">RenderTexture</a></li>
|
||||
|
||||
<li><a href="../classes/Spine.html">Spine</a></li>
|
||||
|
||||
<li><a href="../classes/Sprite.html">Sprite</a></li>
|
||||
|
||||
<li><a href="../classes/SpriteSheetLoader.html">SpriteSheetLoader</a></li>
|
||||
|
||||
<li><a href="../classes/Stage.html">Stage</a></li>
|
||||
|
||||
<li><a href="../classes/Text.html">Text</a></li>
|
||||
|
||||
<li><a href="../classes/Texture.html">Texture</a></li>
|
||||
|
||||
<li><a href="../classes/TilingSprite.html">TilingSprite</a></li>
|
||||
|
||||
<li><a href="../classes/WebGLBatch.html">WebGLBatch</a></li>
|
||||
|
||||
<li><a href="../classes/WebGLRenderer.html">WebGLRenderer</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<ul id="api-modules" class="apis modules">
|
||||
|
||||
<li><a href="../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/pixi/renderers/canvas/CanvasGraphics.js</h1>
|
||||
|
||||
<div class="file">
|
||||
<pre class="code prettyprint linenums">
|
||||
/**
|
||||
* @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.CanvasGraphics = function()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// constructor
|
||||
|
||||
PIXI.CanvasGraphics.renderGraphics = function(graphics, context)
|
||||
{
|
||||
|
||||
for (var i=0; i < graphics.graphicsData.length; i++)
|
||||
{
|
||||
var data = graphics.graphicsData[i];
|
||||
var points = data.points;
|
||||
|
||||
context.strokeStyle = color = '#' + ('00000' + ( data.lineColor | 0).toString(16)).substr(-6);
|
||||
|
||||
context.lineWidth = data.lineWidth;
|
||||
context.globalAlpha = data.lineAlpha;
|
||||
|
||||
if(data.type == PIXI.Graphics.POLY)
|
||||
{
|
||||
if(data.lineWidth <= 0)continue;
|
||||
|
||||
context.beginPath();
|
||||
|
||||
context.moveTo(points[0], points[1]);
|
||||
|
||||
for (var j=1; j < points.length/2; j++)
|
||||
{
|
||||
context.lineTo(points[j * 2], points[j * 2 + 1]);
|
||||
}
|
||||
|
||||
// if the first and last point are the same close the path - much neater :)
|
||||
if(points[0] == points[points.length-2] && points[1] == points[points.length-1])
|
||||
{
|
||||
context.closePath();
|
||||
}
|
||||
|
||||
context.stroke();
|
||||
}
|
||||
else if(data.type == PIXI.Graphics.RECT)
|
||||
{
|
||||
// TODO - need to be Undefined!
|
||||
if(data.fillColor)
|
||||
{
|
||||
context.fillStyle = color = '#' + ('00000' + ( 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)
|
||||
{
|
||||
// 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 = '#' + ('00000' + ( data.fillColor | 0).toString(16)).substr(-6);
|
||||
context.fill();
|
||||
}
|
||||
if(data.lineWidth)
|
||||
{
|
||||
context.stroke();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="../assets/vendor/prettify/prettify-min.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
<script src="../assets/js/yui-prettify.js"></script>
|
||||
<script src="../assets/../api.js"></script>
|
||||
<script src="../assets/js/api-filter.js"></script>
|
||||
<script src="../assets/js/api-list.js"></script>
|
||||
<script src="../assets/js/api-search.js"></script>
|
||||
<script src="../assets/js/apidocs.js"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/renderers/CanvasRenderer.js - Pixi.JS</title>
|
||||
<title>src/pixi/renderers/canvas/CanvasRenderer.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../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/pixi/renderers/CanvasRenderer.js</h1>
|
||||
<h1 class="file-heading">File: src/pixi/renderers/canvas/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);
|
||||
}
|
||||
|
||||
// render!
|
||||
if(displayObject.children)
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/renderers/WebGLBatch.js - Pixi.JS</title>
|
||||
<title>src/pixi/renderers/webgl/WebGLBatch.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../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/pixi/renderers/WebGLBatch.js</h1>
|
||||
<h1 class="file-heading">File: src/pixi/renderers/webgl/WebGLBatch.js</h1>
|
||||
|
||||
<div class="file">
|
||||
<pre class="code prettyprint linenums">
|
603
docs/files/src_pixi_renderers_webgl_WebGLGraphics.js.html
Normal file
603
docs/files/src_pixi_renderers_webgl_WebGLGraphics.js.html
Normal file
|
@ -0,0 +1,603 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/renderers/webgl/WebGLGraphics.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
|
||||
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
|
||||
<script src="http://yui.yahooapis.com/combo?3.8.0/build/yui/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://www.goodboydigital.com/pixijs/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="../classes/AssetLoader.html">AssetLoader</a></li>
|
||||
|
||||
<li><a href="../classes/BaseTexture.html">BaseTexture</a></li>
|
||||
|
||||
<li><a href="../classes/BitmapFontLoader.html">BitmapFontLoader</a></li>
|
||||
|
||||
<li><a href="../classes/BitmapText.html">BitmapText</a></li>
|
||||
|
||||
<li><a href="../classes/CanvasRenderer.html">CanvasRenderer</a></li>
|
||||
|
||||
<li><a href="../classes/CustomRenderable.html">CustomRenderable</a></li>
|
||||
|
||||
<li><a href="../classes/DisplayObject.html">DisplayObject</a></li>
|
||||
|
||||
<li><a href="../classes/DisplayObjectContainer.html">DisplayObjectContainer</a></li>
|
||||
|
||||
<li><a href="../classes/ImageLoader.html">ImageLoader</a></li>
|
||||
|
||||
<li><a href="../classes/InteractionData.html">InteractionData</a></li>
|
||||
|
||||
<li><a href="../classes/InteractionManager.html">InteractionManager</a></li>
|
||||
|
||||
<li><a href="../classes/JsonLoader.html">JsonLoader</a></li>
|
||||
|
||||
<li><a href="../classes/MovieClip.html">MovieClip</a></li>
|
||||
|
||||
<li><a href="../classes/Point.html">Point</a></li>
|
||||
|
||||
<li><a href="../classes/Polygon.html">Polygon</a></li>
|
||||
|
||||
<li><a href="../classes/Rectangle.html">Rectangle</a></li>
|
||||
|
||||
<li><a href="../classes/RenderTexture.html">RenderTexture</a></li>
|
||||
|
||||
<li><a href="../classes/Spine.html">Spine</a></li>
|
||||
|
||||
<li><a href="../classes/Sprite.html">Sprite</a></li>
|
||||
|
||||
<li><a href="../classes/SpriteSheetLoader.html">SpriteSheetLoader</a></li>
|
||||
|
||||
<li><a href="../classes/Stage.html">Stage</a></li>
|
||||
|
||||
<li><a href="../classes/Text.html">Text</a></li>
|
||||
|
||||
<li><a href="../classes/Texture.html">Texture</a></li>
|
||||
|
||||
<li><a href="../classes/TilingSprite.html">TilingSprite</a></li>
|
||||
|
||||
<li><a href="../classes/WebGLBatch.html">WebGLBatch</a></li>
|
||||
|
||||
<li><a href="../classes/WebGLRenderer.html">WebGLRenderer</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<ul id="api-modules" class="apis modules">
|
||||
|
||||
<li><a href="../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/pixi/renderers/webgl/WebGLGraphics.js</h1>
|
||||
|
||||
<div class="file">
|
||||
<pre class="code prettyprint linenums">
|
||||
/**
|
||||
* @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.WebGLGraphics = function()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// constructor
|
||||
PIXI.WebGLGraphics.constructor = PIXI.WebGLGraphics;
|
||||
|
||||
PIXI.WebGLGraphics.renderGraphics = function(graphics)
|
||||
{
|
||||
PIXI.activatePrimitiveShader();
|
||||
var gl = PIXI.gl;
|
||||
|
||||
// graphicsObject
|
||||
// a collection of "shapes" (mainly lines right now!)
|
||||
///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);
|
||||
|
||||
//shaderProgram.colorAttribute
|
||||
|
||||
gl.drawArrays(gl.TRIANGLE_STRIP, 0, graphics._webGL.glPoints.length/6);
|
||||
|
||||
PIXI.activateDefaultShader();
|
||||
}
|
||||
|
||||
PIXI.WebGLGraphics.initGraphics = function(graphics)
|
||||
{
|
||||
for (var i=graphics._webGL.lastIndex; i < graphics.graphicsData.length; i++)
|
||||
{
|
||||
var data = graphics.graphicsData[i];
|
||||
|
||||
if(data.type == PIXI.Graphics.POLY)
|
||||
{
|
||||
if(data.lineWidth > 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);
|
||||
}
|
||||
};
|
||||
|
||||
//console.log(graphics._webGL.lastIndex - graphics.graphicsData.length )
|
||||
graphics._webGL.lastIndex = graphics.graphicsData.length;
|
||||
|
||||
// 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)
|
||||
{
|
||||
// --- //
|
||||
// need to convert points to a nice regular data
|
||||
//
|
||||
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;
|
||||
|
||||
// dead triangle
|
||||
verts.push(webGLData.lastPosition.x, webGLData.lastPosition.y, 1, 1, 1, 1);
|
||||
verts.push(x, y, 1, 1, 1, 1);
|
||||
|
||||
// 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)
|
||||
{
|
||||
// --- //
|
||||
// need to convert points to a nice regular data
|
||||
//
|
||||
var rectData = graphicsData.points;
|
||||
var x = rectData[0];
|
||||
var y = rectData[1];
|
||||
var radius = rectData[2];
|
||||
|
||||
var totalSegs = 40
|
||||
var seg = (Math.PI * 2) / 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 < 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 < 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;
|
||||
|
||||
// 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] );
|
||||
|
||||
// if the first point is the last point - goona have issues :)
|
||||
if(firstPoint.x == lastPoint.x && 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 / 2;
|
||||
|
||||
// DRAW the Line
|
||||
var width = graphicsData.lineWidth / 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;
|
||||
|
||||
// i = 0 //
|
||||
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 /= dist;
|
||||
perp.y /= dist;
|
||||
perp.x *= width;
|
||||
perp.y *= width;
|
||||
|
||||
// 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);
|
||||
|
||||
|
||||
// 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 < 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 /= dist;
|
||||
perp.y /= 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 /= dist2;
|
||||
perp2.y /= 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 > 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 /= dist3;
|
||||
perp3.y /= 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));//, 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 /= dist;
|
||||
perp.y /= 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);
|
||||
|
||||
// set last triangle!
|
||||
webGLData.lastPosition.x = point2.x + perp.x;
|
||||
webGLData.lastPosition.y = point2.y + perp.y;
|
||||
|
||||
}
|
||||
|
||||
function HEXtoRGB(hex) {
|
||||
return [(hex >> 16 & 0xFF) / 255, ( hex >> 8 & 0xFF) / 255, (hex & 0xFF)/ 255];
|
||||
}
|
||||
|
||||
|
||||
function normalise(point)
|
||||
{
|
||||
var dist = Math.sqrt(point.x * point.x + point.y * point.y);
|
||||
return new PIXI.Point(point.x / dist, point.y / 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) {
|
||||
// return null;
|
||||
console.log("!")
|
||||
denom+=1;
|
||||
}
|
||||
ip=new PIXI.Point();
|
||||
ip.x=(b1*c2 - b2*c1)/denom;
|
||||
ip.y=(a2*c1 - a1*c2)/denom;
|
||||
|
||||
return ip;
|
||||
}
|
||||
|
||||
|
||||
|
||||
PIXI.primitiveShaderFragmentSrc = [
|
||||
"precision mediump float;",
|
||||
"varying vec4 vColor;",
|
||||
"void main(void) {",
|
||||
"gl_FragColor = vColor;",
|
||||
"}"
|
||||
];
|
||||
|
||||
PIXI.primitiveShaderVertexSrc = [
|
||||
"attribute vec2 aVertexPosition;",
|
||||
"attribute vec4 aColor;",
|
||||
"uniform mat4 uMVMatrix;",
|
||||
"varying vec4 vColor;",
|
||||
"void main(void) {",
|
||||
"gl_Position = uMVMatrix * vec4(aVertexPosition, 1.0, 1.0);",
|
||||
"vColor = aColor;",
|
||||
"}"
|
||||
];
|
||||
|
||||
|
||||
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("Could not initialise shaders");
|
||||
}
|
||||
|
||||
gl.useProgram(shaderProgram);
|
||||
|
||||
shaderProgram.vertexPositionAttribute = gl.getAttribLocation(shaderProgram, "aVertexPosition");
|
||||
shaderProgram.colorAttribute = gl.getAttribLocation(shaderProgram, "aColor");
|
||||
|
||||
shaderProgram.mvMatrixUniform = gl.getUniformLocation(shaderProgram, "uMVMatrix");
|
||||
}
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="../assets/vendor/prettify/prettify-min.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
<script src="../assets/js/yui-prettify.js"></script>
|
||||
<script src="../assets/../api.js"></script>
|
||||
<script src="../assets/js/api-filter.js"></script>
|
||||
<script src="../assets/js/api-list.js"></script>
|
||||
<script src="../assets/js/api-search.js"></script>
|
||||
<script src="../assets/js/apidocs.js"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/renderers/WebGLRenderGroup.js - Pixi.JS</title>
|
||||
<title>src/pixi/renderers/webgl/WebGLRenderGroup.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../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/pixi/renderers/WebGLRenderGroup.js</h1>
|
||||
<h1 class="file-heading">File: src/pixi/renderers/webgl/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;
|
||||
|
||||
|
||||
// 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);//, 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);//, 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);//, projectionMatrix);
|
||||
}
|
||||
// DO the middle batchs..
|
||||
for (var i=startBatchIndex+1; i < 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);//, projectionMatrix);
|
||||
}
|
||||
}
|
||||
|
||||
// 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);//, 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);
|
||||
|
||||
|
||||
/*
|
||||
* so now we have the next renderable and the previous renderable
|
||||
*
|
||||
*/
|
||||
|
||||
if(displayObject instanceof PIXI.Sprite)
|
||||
{
|
||||
var previousBatch
|
||||
var nextBatch
|
||||
|
||||
//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)
|
||||
{
|
||||
//displayObject.initWebGL(this);
|
||||
|
||||
// add to a batch!!
|
||||
//this.initStrip(displayObject);
|
||||
this.batchs.push(displayObject);
|
||||
}
|
||||
|
||||
// if its somthing else... then custom codes!
|
||||
this.batchUpdate = true;
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/renderers/WebGLRenderer.js - Pixi.JS</title>
|
||||
<title>src/pixi/renderers/webgl/WebGLRenderer.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../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/pixi/renderers/WebGLRenderer.js</h1>
|
||||
<h1 class="file-heading">File: src/pixi/renderers/webgl/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( 'canvas' );
|
||||
this.view.width = this.width;
|
||||
this.view.height = this.height;
|
||||
this.view.height = this.height;
|
||||
|
||||
// deal with losing context..
|
||||
var scope = this;
|
||||
|
@ -196,9 +196,9 @@ PIXI.WebGLRenderer = function(width, height, view, transparent)
|
|||
throw new Error(" This browser does not support webGL. Try using the canvas renderer" + 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, "aVertexPosition");
|
||||
gl.enableVertexAttribArray(shaderProgram.vertexPositionAttribute);
|
||||
|
||||
shaderProgram.textureCoordAttribute = gl.getAttribLocation(shaderProgram, "aTextureCoord");
|
||||
gl.enableVertexAttribArray(shaderProgram.textureCoordAttribute);
|
||||
|
||||
shaderProgram.colorAttribute = gl.getAttribLocation(shaderProgram, "aColor");
|
||||
gl.enableVertexAttribArray(shaderProgram.colorAttribute);
|
||||
|
||||
|
||||
shaderProgram.mvMatrixUniform = gl.getUniformLocation(shaderProgram, "uMVMatrix");
|
||||
shaderProgram.samplerUniform = gl.getUniformLocation(shaderProgram, "uSampler");
|
||||
|
||||
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);
|
||||
|
||||
|
||||
// HACK TO TEST
|
||||
PIXI.projectionMatrix = this.projectionMatrix;
|
||||
|
||||
this.stageRenderGroup.backgroundColor = stage.backgroundColorSplit;
|
||||
this.stageRenderGroup.render(this.projectionMatrix);
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>src/pixi/renderers/WebGLShaders.js - Pixi.JS</title>
|
||||
<title>src/pixi/renderers/webgl/WebGLShaders.js - Pixi.JS</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../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/pixi/renderers/WebGLShaders.js</h1>
|
||||
<h1 class="file-heading">File: src/pixi/renderers/webgl/WebGLShaders.js</h1>
|
||||
|
||||
<div class="file">
|
||||
<pre class="code prettyprint linenums">
|
||||
|
@ -168,6 +168,11 @@ PIXI.shaderVertexSrc = [
|
|||
"}"
|
||||
];
|
||||
|
||||
/*
|
||||
* primitive shader..
|
||||
*/
|
||||
|
||||
|
||||
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>
|
||||
|
|
@ -142,7 +142,7 @@
|
|||
|
||||
|
||||
<div class="foundat">
|
||||
Defined in: <a href="../files/src_pixi_Stage.js.html#l5"><code>src/pixi/Stage.js:5</code></a>
|
||||
Defined in: <a href="../files/src_pixi_InteractionManager.js.html#l519"><code>src/pixi/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
|
@ -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
|
@ -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 );
|
||||
|
||||
}
|
|
@ -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();
|
Loading…
Add table
Add a link
Reference in a new issue