Update ParticleEmitterAnimConfig.js

This commit is contained in:
Richard Davey 2023-09-07 13:21:51 +01:00
parent 32469aeab7
commit 6d22019f26

View file

@ -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.
*/ */