axmol/cocos/scripting/lua-bindings/auto/api/ParticleSun.lua

24 lines
773 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module ParticleSun
-- @extend ParticleSystemQuad
-- @parent_module cc
2014-03-10 14:04:58 +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)
--------------------------------
-- 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
-- @param #int numberOfParticles
2014-03-10 14:04:58 +08:00
-- @return ParticleSun#ParticleSun ret (return value: cc.ParticleSun)
return nil