Docs updated

Fixed issue where alpha not being set correctly in canvas spriteBatch
Fixed issue where previous stage events did not get removed correctly
This commit is contained in:
Mat Groves 2014-01-28 00:08:50 +00:00
parent 9dbf8b47c1
commit 847eb6c48e
140 changed files with 12651 additions and 2435 deletions

View file

@ -19,7 +19,7 @@
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 1.4.0</em>
<em>API Docs for: 1.4.3</em>
</div>
</div>
<div id="bd" class="yui3-g">
@ -73,6 +73,8 @@
<li><a href="../classes/DisplayObjectContainer.html">DisplayObjectContainer</a></li>
<li><a href="../classes/DotScreenFilter.html">DotScreenFilter</a></li>
<li><a href="../classes/Ellipse.html">Ellipse</a></li>
<li><a href="../classes/EventTarget.html">EventTarget</a></li>
@ -91,6 +93,8 @@
<li><a href="../classes/PixelateFilter.html">PixelateFilter</a></li>
<li><a href="../classes/PIXI.PixiFastShader.html">PIXI.PixiFastShader</a></li>
<li><a href="../classes/PIXI.PixiShader.html">PIXI.PixiShader</a></li>
<li><a href="../classes/Point.html">Point</a></li>
@ -115,9 +119,9 @@
<li><a href="../classes/Spine.html">Spine</a></li>
<li><a href="../classes/SpriteSheetLoader.html">SpriteSheetLoader</a></li>
<li><a href="../classes/Sprite.html">Sprite</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>
@ -127,6 +131,8 @@
<li><a href="../classes/TilingSprite.html">TilingSprite</a></li>
<li><a href="../classes/TwistFilter.html">TwistFilter</a></li>
<li><a href="../classes/WebGLRenderer.html">WebGLRenderer</a></li>
</ul>
@ -600,7 +606,7 @@ This manager also supports multitouch.</p>
<a href="../files/src_pixi_InteractionManager.js.html#l409"><code>src&#x2F;pixi&#x2F;InteractionManager.js:409</code></a>
<a href="../files/src_pixi_InteractionManager.js.html#l420"><code>src&#x2F;pixi&#x2F;InteractionManager.js:420</code></a>
</p>
@ -646,7 +652,7 @@ This manager also supports multitouch.</p>
<div class="param-description">
<p>The interactiondata object to update in the case of a hit</p>
<p>The interactionData object to update in the case of a hit</p>
</div>
@ -707,7 +713,7 @@ This manager also supports multitouch.</p>
<a href="../files/src_pixi_InteractionManager.js.html#l299"><code>src&#x2F;pixi&#x2F;InteractionManager.js:299</code></a>
<a href="../files/src_pixi_InteractionManager.js.html#l307"><code>src&#x2F;pixi&#x2F;InteractionManager.js:307</code></a>
</p>
@ -798,7 +804,7 @@ This manager also supports multitouch.</p>
<a href="../files/src_pixi_InteractionManager.js.html#l269"><code>src&#x2F;pixi&#x2F;InteractionManager.js:269</code></a>
<a href="../files/src_pixi_InteractionManager.js.html#l277"><code>src&#x2F;pixi&#x2F;InteractionManager.js:277</code></a>
</p>
@ -809,7 +815,7 @@ This manager also supports multitouch.</p>
</div>
<div class="description">
<p>Is called when the mouse moves accross the renderer element</p>
<p>Is called when the mouse moves across the renderer element</p>
</div>
@ -889,7 +895,7 @@ This manager also supports multitouch.</p>
<a href="../files/src_pixi_InteractionManager.js.html#l360"><code>src&#x2F;pixi&#x2F;InteractionManager.js:360</code></a>
<a href="../files/src_pixi_InteractionManager.js.html#l370"><code>src&#x2F;pixi&#x2F;InteractionManager.js:370</code></a>
</p>
@ -980,7 +986,7 @@ This manager also supports multitouch.</p>
<a href="../files/src_pixi_InteractionManager.js.html#l567"><code>src&#x2F;pixi&#x2F;InteractionManager.js:567</code></a>
<a href="../files/src_pixi_InteractionManager.js.html#l588"><code>src&#x2F;pixi&#x2F;InteractionManager.js:588</code></a>
</p>
@ -1071,7 +1077,7 @@ This manager also supports multitouch.</p>
<a href="../files/src_pixi_InteractionManager.js.html#l484"><code>src&#x2F;pixi&#x2F;InteractionManager.js:484</code></a>
<a href="../files/src_pixi_InteractionManager.js.html#l495"><code>src&#x2F;pixi&#x2F;InteractionManager.js:495</code></a>
</p>
@ -1082,7 +1088,7 @@ This manager also supports multitouch.</p>
</div>
<div class="description">
<p>Is called when a touch is moved accross the renderer element</p>
<p>Is called when a touch is moved across the renderer element</p>
</div>
@ -1101,7 +1107,7 @@ This manager also supports multitouch.</p>
<div class="param-description">
<p>The DOM event of a touch moving accross the renderer view</p>
<p>The DOM event of a touch moving across the renderer view</p>
</div>
@ -1162,7 +1168,7 @@ This manager also supports multitouch.</p>
<a href="../files/src_pixi_InteractionManager.js.html#l518"><code>src&#x2F;pixi&#x2F;InteractionManager.js:518</code></a>
<a href="../files/src_pixi_InteractionManager.js.html#l533"><code>src&#x2F;pixi&#x2F;InteractionManager.js:533</code></a>
</p>
@ -1536,7 +1542,7 @@ to receive those events</p>
</div>
<div class="description">
<p>a refference to the stage</p>
<p>a reference to the stage</p>
</div>