mirror of
https://github.com/wassname/phaser.git
synced 2026-06-28 16:20:37 +08:00
Updated docs - they now actually list the new body methods :)
This commit is contained in:
@@ -166,6 +166,10 @@
|
||||
<a href="Phaser.Game.html">Game</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
|
||||
</li>
|
||||
@@ -254,6 +258,38 @@
|
||||
<a href="Phaser.Physics.Arcade.html">Arcade</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Physics.Body.html">Body</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Physics.CollisionGroup.html">CollisionGroup</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Physics.ContactMaterial.html">ContactMaterial</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Physics.InversePointProxy.html">InversePointProxy</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Physics.Material.html">Material</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Physics.PointProxy.html">PointProxy</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Physics.Spring.html">Spring</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Physics.World.html">World</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="Phaser.Plugin.html">Plugin</a>
|
||||
</li>
|
||||
@@ -3356,7 +3392,7 @@ at set intervals, and fixes their positions and velocities accorindgly.</p>
|
||||
|
||||
|
||||
<dt>
|
||||
<h4 class="name" id="group"><span class="type-signature"></span>group<span class="signature">(parent, <span class="optional">name</span>, <span class="optional">addToStage</span>)</span><span class="type-signature"> → {<a href="Phaser.Group.html">Phaser.Group</a>}</span></h4>
|
||||
<h4 class="name" id="group"><span class="type-signature"></span>group<span class="signature">(<span class="optional">parent</span>, <span class="optional">name</span>, <span class="optional">addToStage</span>)</span><span class="type-signature"> → {<a href="Phaser.Group.html">Phaser.Group</a>}</span></h4>
|
||||
|
||||
|
||||
</dt>
|
||||
@@ -3417,6 +3453,8 @@ at set intervals, and fixes their positions and velocities accorindgly.</p>
|
||||
|
||||
<td class="attributes">
|
||||
|
||||
<optional><br>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3430,7 +3468,7 @@ at set intervals, and fixes their positions and velocities accorindgly.</p>
|
||||
</td>
|
||||
|
||||
|
||||
<td class="description last"><p>The parent Group or DisplayObjectContainer that will hold this group, if any.</p></td>
|
||||
<td class="description last"><p>The parent Group or DisplayObjectContainer that will hold this group, if any. If set to null the Group won't be added to the display list. If undefined it will be added to World by default.</p></td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -5865,7 +5903,7 @@ It can still rotate, scale, crop and receive input events. This makes it perfect
|
||||
|
||||
|
||||
<div class="param-desc">
|
||||
<p>Description.</p>
|
||||
<p>The newly created Phaser.Tween object.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5914,7 +5952,7 @@ It can still rotate, scale, crop and receive input events. This makes it perfect
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
|
||||
on Wed Feb 19 2014 05:26:26 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
on Fri Feb 21 2014 15:36:27 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