mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Lots more jsdocs completed
This commit is contained in:
parent
172ebef093
commit
6c1d59ec2e
2 changed files with 711 additions and 55 deletions
|
@ -49,6 +49,8 @@ var SpineGameObject = require('./gameobject/SpineGameObject');
|
|||
* The only exception to this is with the caches this plugin creates. Spine atlas and texture data are
|
||||
* stored in their own caches, which are global, meaning they're accessible from any Scene in your
|
||||
* game, regardless if the Scene loaded the Spine data or not.
|
||||
*
|
||||
* For details about the Spine Runtime API see http://esotericsoftware.com/spine-api-reference
|
||||
*
|
||||
* @class SpinePlugin
|
||||
* @memberOf Phaser
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue