Added jsdoc for Scrollview.
This commit is contained in:
@@ -49,7 +49,7 @@ app.loader
|
||||
const sprite2 = new PIXI.Sprite(resources.elephant2.texture)
|
||||
const sprite3 = new PIXI.Sprite(resources.elephant3.texture)
|
||||
|
||||
const scrollview1 = new Scrollview({boxWidth: 300, boxHeight: 180})
|
||||
const scrollview1 = new Scrollview({boxWidth: 400, boxHeight: 180})
|
||||
scrollview1.content.addChild(sprite1)
|
||||
app.scene.addChild(scrollview1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user