1. 首页
  2. 游戏开发
  3. cocos2D
  4. COCOS 2D粒子编辑器

COCOS 2D粒子编辑器

上传者: 2018-12-09 12:12:40上传 RAR文件 5.75MB 热度 51次
//粒子系统的使用 2.CCParticleSystem* pParticleSystem = CCParticleSystemQuad::create("particle/blue_fire.plist"); 3.pParticleSystem->setPosition(ccp(visibleSize.width/2,visibleSize.height/2)); 4.pParticleSystem->setAutoRemoveOnFinish(true); 5.this->addChild(pParticleSystem,2);
用户评论