• ParticleSystem.EmitterMode 枚举
  • 索引
  • Details
    • GRAVITY
    • RADIUS

    ParticleSystem.EmitterMode 枚举

    模块: cc

    发射模式

    索引

    • GRAVITY
    • RADIUS

    Details

    GRAVITY
    重力模式,模拟重力,可让粒子围绕一个中心点移近或移远。
    metadescription
    类型Number
    定义于cocos2d/particle/CCParticleSystem.js:69
    RADIUS
    Uses radius movement + rotation.
    metadescription
    类型Number
    定义于cocos2d/particle/CCParticleSystem.js:75