ParticleSystem.PositionType 枚举

模块: cc

粒子位置类型

索引

  • FREE
  • RELATIVE
  • GROUPED

Details

FREE
自由模式,相对于世界坐标,不会随粒子节点移动而移动。(可产生火焰、蒸汽等效果)
metadescription
类型Number
定义于cocos2d/particle/CCParticleSystem.js:89
RELATIVE
相对模式,粒子会随父节点移动而移动,可用于制作移动角色身上的特效等等。(该选项在 Creator 中暂时不支持)
metadescription
类型Number
定义于cocos2d/particle/CCParticleSystem.js:98
GROUPED
整组模式,粒子跟随发射器移动。(不会发生拖尾)
metadescription
类型Number
定义于cocos2d/particle/CCParticleSystem.js:108