Text added to PIXI

destroy function added to textures too
docs updated
new example added
This commit is contained in:
Mat Groves 2013-04-24 20:54:03 +01:00
parent 7933cadb77
commit 09dbbd5d13
66 changed files with 10970 additions and 681 deletions

View file

@ -67,6 +67,8 @@
<li><a href="..&#x2F;classes/Stage.html">Stage</a></li>
<li><a href="..&#x2F;classes/Text.html">Text</a></li>
<li><a href="..&#x2F;classes/Texture.html">Texture</a></li>
<li><a href="..&#x2F;classes/TilingSprite.html">TilingSprite</a></li>
@ -310,6 +312,13 @@
</li>
<li class="index-item method">
<a href="#method_getMousePosition">getMousePosition</a>
</li>
<li class="index-item method inherited">
@ -851,6 +860,77 @@
</div>
<div id="method_getMousePosition" class="method item">
<h3 class="name"><code>getMousePosition</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="../classes/Point.html" class="crosslink">Point</a></span>
</span>
<div class="meta">
<p>
Defined in
<a href="..&#x2F;files&#x2F;src_pixi_Stage.js.html#l71"><code>src&#x2F;pixi&#x2F;Stage.js:71</code></a>
</p>
</div>
<div class="description">
<p>This will return the point containing global coords of the mouse.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Point.html" class="crosslink">Point</a></span>:
The point containing the coords of the global InteractionData position.
</div>
</div>
</div>