mirror of https://github.com/axmolengine/axmol.git
25 lines
825 B
Lua
25 lines
825 B
Lua
|
|
--------------------------------
|
|
-- @module ParticleSpiral
|
|
-- @extend ParticleSystemQuad
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- Create a spiral particle system.<br>
|
|
-- return An autoreleased ParticleSpiral object.
|
|
-- @function [parent=#ParticleSpiral] create
|
|
-- @param self
|
|
-- @return ParticleSpiral#ParticleSpiral ret (return value: cc.ParticleSpiral)
|
|
|
|
--------------------------------
|
|
-- Create a spiral particle system withe a fixed number of particles.<br>
|
|
-- param numberOfParticles A given number of particles.<br>
|
|
-- return An autoreleased ParticleSpiral object.<br>
|
|
-- js NA
|
|
-- @function [parent=#ParticleSpiral] createWithTotalParticles
|
|
-- @param self
|
|
-- @param #int numberOfParticles
|
|
-- @return ParticleSpiral#ParticleSpiral ret (return value: cc.ParticleSpiral)
|
|
|
|
return nil
|