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