ParticleSystem.EmitterMode
枚举
模块: cc
发射模式
索引
GRAVITY
RADIUS
Details
GRAVITY
重力模式,模拟重力,可让粒子围绕一个中心点移近或移远。
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/particle/CCParticleSystem.js:80 |
RADIUS
Uses radius movement + rotation.
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/particle/CCParticleSystem.js:86 |