mirror of
https://github.com/wassname/phaser.git
synced 2026-08-12 12:20:38 +08:00
Updated documentation.
This commit is contained in:
+50
-10
@@ -54,6 +54,10 @@
|
||||
<a href="Phaser.AnimationParser.html">AnimationParser</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.BitmapData.html">BitmapData</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.BitmapText.html">BitmapText</a>
|
||||
</li>
|
||||
@@ -138,6 +142,10 @@
|
||||
<a href="Phaser.Events.html">Events</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Filter.html">Filter</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Frame.html">Frame</a>
|
||||
</li>
|
||||
@@ -302,6 +310,26 @@
|
||||
<a href="Phaser.Text.html">Text</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Tile.html">Tile</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Tilemap.html">Tilemap</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.TilemapParser.html">TilemapParser</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Tileset.html">Tileset</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.TileSprite.html">TileSprite</a>
|
||||
</li>
|
||||
@@ -310,6 +338,10 @@
|
||||
<a href="Phaser.Time.html">Time</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Timer.html">Timer</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Touch.html">Touch</a>
|
||||
</li>
|
||||
@@ -356,6 +388,14 @@
|
||||
<a href="global.html#HEXtoRGB">HEXtoRGB</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="global.html#render">render</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="global.html#renderXY">renderXY</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="global.html#right">right</a>
|
||||
</li>
|
||||
@@ -1324,7 +1364,7 @@ already dispatched before.</p>
|
||||
<td class="type">
|
||||
|
||||
|
||||
<span class="param-type">Description</span>
|
||||
<span class="param-type">function</span>
|
||||
|
||||
|
||||
|
||||
@@ -1334,7 +1374,7 @@ already dispatched before.</p>
|
||||
|
||||
|
||||
|
||||
<td class="description last"><p>Description.</p></td>
|
||||
<td class="description last"><p>The dispatch function is what sends the Signal out.</p></td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -1399,8 +1439,8 @@ already dispatched before.</p>
|
||||
|
||||
|
||||
<div class="description">
|
||||
<p>Remove all bindings from signal and destroy any reference to external objects (destroy Signal object).</p>
|
||||
<p><p><strong>IMPORTANT:</strong> calling any method on the signal instance after calling dispose will throw errors.</p></p>
|
||||
<p>Remove all bindings from signal and destroy any reference to external objects (destroy Signal object).
|
||||
IMPORTANT: calling any method on the signal instance after calling dispose will throw errors.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1433,7 +1473,7 @@ already dispatched before.</p>
|
||||
|
||||
<dt class="tag-source">Source:</dt>
|
||||
<dd class="tag-source"><ul class="dummy"><li>
|
||||
<a href="Signal.js.html">core/Signal.js</a>, <a href="Signal.js.html#sunlight-1-line-276">line 276</a>
|
||||
<a href="Signal.js.html">core/Signal.js</a>, <a href="Signal.js.html#sunlight-1-line-281">line 281</a>
|
||||
</li></ul></dd>
|
||||
|
||||
|
||||
@@ -1502,7 +1542,7 @@ already dispatched before.</p>
|
||||
|
||||
<dt class="tag-source">Source:</dt>
|
||||
<dd class="tag-source"><ul class="dummy"><li>
|
||||
<a href="Signal.js.html">core/Signal.js</a>, <a href="Signal.js.html#sunlight-1-line-266">line 266</a>
|
||||
<a href="Signal.js.html">core/Signal.js</a>, <a href="Signal.js.html#sunlight-1-line-271">line 271</a>
|
||||
</li></ul></dd>
|
||||
|
||||
|
||||
@@ -1637,8 +1677,8 @@ already dispatched before.</p>
|
||||
|
||||
|
||||
<div class="description">
|
||||
<p>Stop propagation of the event, blocking the dispatch to next listeners on the queue.</p>
|
||||
<p><p><strong>IMPORTANT:</strong> should be called only during signal dispatch, calling it before/after dispatch won't affect signal broadcast.</p></p>
|
||||
<p>Stop propagation of the event, blocking the dispatch to next listeners on the queue.
|
||||
IMPORTANT: should be called only during signal dispatch, calling it before/after dispatch won't affect signal broadcast.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -2180,7 +2220,7 @@ already dispatched before.</p>
|
||||
|
||||
<dt class="tag-source">Source:</dt>
|
||||
<dd class="tag-source"><ul class="dummy"><li>
|
||||
<a href="Signal.js.html">core/Signal.js</a>, <a href="Signal.js.html#sunlight-1-line-288">line 288</a>
|
||||
<a href="Signal.js.html">core/Signal.js</a>, <a href="Signal.js.html#sunlight-1-line-293">line 293</a>
|
||||
</li></ul></dd>
|
||||
|
||||
|
||||
@@ -2254,7 +2294,7 @@ already dispatched before.</p>
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
|
||||
on Thu Nov 07 2013 06:07:40 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
on Thu Nov 28 2013 15:56:33 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user