mirror of https://github.com/axmolengine/axmol.git
44 lines
1.3 KiB
Lua
44 lines
1.3 KiB
Lua
|
|
--------------------------------
|
|
-- @module ParticleSystemQuad
|
|
-- @extend ParticleSystem
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParticleSystemQuad] setDisplayFrame
|
|
-- @param self
|
|
-- @param #cc.SpriteFrame spriteframe
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParticleSystemQuad] setTextureWithRect
|
|
-- @param self
|
|
-- @param #cc.Texture2D texture2d
|
|
-- @param #rect_table rect
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParticleSystemQuad] listenRendererRecreated
|
|
-- @param self
|
|
-- @param #cc.EventCustom eventcustom
|
|
|
|
--------------------------------
|
|
-- @overload self, string
|
|
-- @overload self
|
|
-- @overload self, map_table
|
|
-- @function [parent=#ParticleSystemQuad] create
|
|
-- @param self
|
|
-- @param #map_table map
|
|
-- @return ParticleSystemQuad#ParticleSystemQuad ret (retunr value: cc.ParticleSystemQuad)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParticleSystemQuad] createWithTotalParticles
|
|
-- @param self
|
|
-- @param #int int
|
|
-- @return ParticleSystemQuad#ParticleSystemQuad ret (return value: cc.ParticleSystemQuad)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParticleSystemQuad] getDescription
|
|
-- @param self
|
|
-- @return string#string ret (return value: string)
|
|
|
|
return nil
|