2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module ParticleSun
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend ParticleSystemQuad
|
2014-06-25 17:36:50 +08:00
|
|
|
-- @parent_module cc
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
2015-03-23 16:29:35 +08:00
|
|
|
-- Create a sun particle system.<br>
|
|
|
|
-- return An autoreleased ParticleSun object.
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#ParticleSun] create
|
|
|
|
-- @param self
|
|
|
|
-- @return ParticleSun#ParticleSun ret (return value: cc.ParticleSun)
|
|
|
|
|
|
|
|
--------------------------------
|
2015-03-23 16:29:35 +08:00
|
|
|
-- 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.
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#ParticleSun] createWithTotalParticles
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #int numberOfParticles
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @return ParticleSun#ParticleSun ret (return value: cc.ParticleSun)
|
|
|
|
|
|
|
|
return nil
|