axmol/cocos/scripting/lua-bindings/auto/api/ParticleFlower.lua

25 lines
825 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module ParticleFlower
-- @extend ParticleSystemQuad
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- Create a flower particle system.<br>
-- return An autoreleased ParticleFlower object.
2014-03-10 14:04:58 +08:00
-- @function [parent=#ParticleFlower] create
-- @param self
-- @return ParticleFlower#ParticleFlower ret (return value: cc.ParticleFlower)
--------------------------------
-- Create a flower particle system withe a fixed number of particles.<br>
-- param numberOfParticles A given number of particles.<br>
-- return An autoreleased ParticleFlower object.<br>
-- js NA
2014-03-10 14:04:58 +08:00
-- @function [parent=#ParticleFlower] createWithTotalParticles
-- @param self
-- @param #int numberOfParticles
2014-03-10 14:04:58 +08:00
-- @return ParticleFlower#ParticleFlower ret (return value: cc.ParticleFlower)
return nil