ParticleSystem.EmitterMode Enum
Module: cc
Enum for emitter modes
Index
GRAVITYRADIUS
Details
GRAVITY
Uses gravity, speed, radial and tangential acceleration.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/particle/CCParticleSystem.js:42 |
RADIUS
Uses radius movement + rotation.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/particle/CCParticleSystem.js:48 |