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