mirror of https://github.com/axmolengine/axmol.git
19 lines
524 B
Lua
19 lines
524 B
Lua
|
|
--------------------------------
|
|
-- @module ParticleFlower
|
|
-- @extend ParticleSystemQuad
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParticleFlower] create
|
|
-- @param self
|
|
-- @return ParticleFlower#ParticleFlower ret (return value: cc.ParticleFlower)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParticleFlower] createWithTotalParticles
|
|
-- @param self
|
|
-- @param #int int
|
|
-- @return ParticleFlower#ParticleFlower ret (return value: cc.ParticleFlower)
|
|
|
|
return nil
|