mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Update ParticleEmitterAnimConfig.js
This commit is contained in:
parent
32469aeab7
commit
6d22019f26
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@
|
||||||
* @since 3.60.0
|
* @since 3.60.0
|
||||||
*
|
*
|
||||||
* @property {string|string[]} [anims] - One or more animations names.
|
* @property {string|string[]} [anims] - One or more animations names.
|
||||||
* @property {boolean} [cycle] - Whether animations will be assigned consecutively (true) or at random (false).
|
* @property {boolean} [cycle=false] - Whether animations will be assigned consecutively (true) or at random (false).
|
||||||
* @property {number} [quantity] - The number of consecutive particles receiving each animation, when `cycle` is true.
|
* @property {number} [quantity=1] - The number of consecutive particles receiving each animation, when `cycle` is true.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue