Generated JSDoc.
This commit is contained in:
+3
-3
@@ -1931,8 +1931,8 @@ scroll your list.</p></td>
|
||||
|
||||
|
||||
|
||||
<pre class="prettyprint"><code>const elephant1 = PIXI.Sprite.fromImage('./assets/elephant-1.jpg')
|
||||
const elephant2 = PIXI.Sprite.fromImage('./assets/elephant-2.jpg')
|
||||
<pre class="prettyprint"><code>const elephant1 = PIXI.Sprite.from('./assets/elephant-1.jpg')
|
||||
const elephant2 = PIXI.Sprite.from('./assets/elephant-2.jpg')
|
||||
|
||||
// Create the list
|
||||
const list = new List([elephant1, elephant2])
|
||||
@@ -2585,7 +2585,7 @@ app.scene.addChild(list)</code></pre>
|
||||
|
||||
<footer class="content-size">
|
||||
<div class="footer">
|
||||
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Tue Aug 13 2019 12:46:00 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Sep 11 2019 09:31:36 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user