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