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