Skip to content

Commit

Permalink
Fixed up the namespace in the documentation and finished off all sect…
Browse files Browse the repository at this point in the history
…ions other than Game Objects and Physics (yuck).
  • Loading branch information
photonstorm committed Oct 3, 2013
1 parent f832bac commit 96da57c
Show file tree
Hide file tree
Showing 156 changed files with 65,676 additions and 1,773 deletions.
2 changes: 1 addition & 1 deletion Docs/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"allowUnknownTags": true
},
"source": {
"include": [ "../src/Phaser.js", "../src/animation/", "../src/core/", "../src/geom/", "../src/input/", "../src/loader/", "../src/math/", "../src/net/", "../src/particles/", "../src/sound/", "../src/system/" ],
"include": [ "../src/Phaser.js", "../src/Intro.js", "../src/animation/", "../src/core/", "../src/geom/", "../src/input/", "../src/loader/", "../src/math/", "../src/net/", "../src/particles/", "../src/sound/", "../src/system/", "../src/time/", "../src/tween/", "../src/utils/" ],
"exclude": [],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
Expand Down
116 changes: 101 additions & 15 deletions Docs/out/Animation.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<ul class="nav">

<li class="dropdown">
<a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>

<ul class="dropdown-menu ">

<li>
<a href="module-Phaser.html">Phaser</a>
<a href="Phaser.html">Phaser</a>
</li>


Expand All @@ -47,39 +47,91 @@
</li>

<li>
<a href="Phaser.Animation.Frame.html">Frame</a>
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>

<li>
<a href="Phaser.Animation.FrameData.html">FrameData</a>
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>

<li>
<a href="Phaser.Animation.Parser.html">Parser</a>
<a href="Phaser.Cache.html">Cache</a>
</li>

<li>
<a href="Phaser.AnimationManager.html">AnimationManager</a>
<a href="Phaser.Camera.html">Camera</a>
</li>

<li>
<a href="Phaser.Cache.html">Cache</a>
<a href="Phaser.Canvas.html">Canvas</a>
</li>

<li>
<a href="Phaser.Camera.html">Camera</a>
<a href="Phaser.Circle.html">Circle</a>
</li>

<li>
<a href="Phaser.Canvas.html">Canvas</a>
<a href="Phaser.Color.html">Color</a>
</li>

<li>
<a href="Phaser.Circle.html">Circle</a>
<a href="Phaser.Device.html">Device</a>
</li>

<li>
<a href="Phaser.Device.html">Device</a>
<a href="Phaser.Easing.html">Easing</a>
</li>

<li>
<a href="Phaser.Easing.Back.html">Back</a>
</li>

<li>
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>

<li>
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>

<li>
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>

<li>
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>

<li>
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>

<li>
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>

<li>
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>

<li>
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>

<li>
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>

<li>
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>

<li>
<a href="Phaser.Frame.html">Frame</a>
</li>

<li>
<a href="Phaser.FrameData.html">FrameData</a>
</li>

<li>
Expand Down Expand Up @@ -115,7 +167,7 @@
</li>

<li>
<a href="Phaser.Loader.Parser.html">Parser</a>
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>

<li>
Expand Down Expand Up @@ -202,10 +254,30 @@
<a href="Phaser.StateManager.html">StateManager</a>
</li>

<li>
<a href="Phaser.Time.html">Time</a>
</li>

<li>
<a href="Phaser.Touch.html">Touch</a>
</li>

<li>
<a href="Phaser.Tween.html">Tween</a>
</li>

<li>
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>

<li>
<a href="Phaser.Utils.html">Utils</a>
</li>

<li>
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>

<li>
<a href="Phaser.World.html">World</a>
</li>
Expand All @@ -218,6 +290,20 @@
</ul>
</li>

<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>

<ul class="dropdown-menu ">

<li>
<a href="global.html#HEXtoRGB">HEXtoRGB</a>
</li>


</ul>
</li>

</ul>
</div>
</div>
Expand Down Expand Up @@ -250,7 +336,7 @@ <h1 class="page-title">Source: animation/Animation.js</h1>
* @param {Phaser.Game} game - A reference to the currently running game.
* @param {Phaser.Sprite} parent - A reference to the owner of this Animation.
* @param {string} name - The unique name for this animation, used in playback commands.
* @param {Phaser.Animation.FrameData} frameData - The FrameData object that contains all frames used by this Animation.
* @param {Phaser.FrameData} frameData - The FrameData object that contains all frames used by this Animation.
* @param {(Array.&lt;number>|Array.&lt;string>)} frames - An array of numbers or strings indicating which frames to play in which order.
* @param {number} delay - The time between each frame of the animation, given in ms.
* @param {boolean} looped - Should this animation loop or play through once.
Expand Down Expand Up @@ -343,7 +429,7 @@ <h1 class="page-title">Source: animation/Animation.js</h1>
this._frameSkip = 1;

/**
* @property {Phaser.Animation.Frame} currentFrame - The currently displayed frame of the Animation.
* @property {Phaser.Frame} currentFrame - The currently displayed frame of the Animation.
*/
this.currentFrame = this._frameData.getFrame(this._frames[this._frameIndex]);

Expand Down Expand Up @@ -679,7 +765,7 @@ <h1 class="page-title">Source: animation/Animation.js</h1>

<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a>
on Thu Oct 03 2013 01:18:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
on Thu Oct 03 2013 02:35:44 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
Expand Down
Loading

0 comments on commit 96da57c

Please sign in to comment.