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

174 lines
4.9 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module SpriteBatchNode
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#SpriteBatchNode] appendChild
-- @param self
-- @param #cc.Sprite sprite
--------------------------------
-- @function [parent=#SpriteBatchNode] reorderBatch
-- @param self
-- @param #bool bool
--------------------------------
-- @function [parent=#SpriteBatchNode] getTexture
-- @param self
-- @return Texture2D#Texture2D ret (return value: cc.Texture2D)
--------------------------------
-- @function [parent=#SpriteBatchNode] setTexture
2014-03-10 14:04:58 +08:00
-- @param self
-- @param #cc.Texture2D texture2d
--------------------------------
-- @function [parent=#SpriteBatchNode] removeChildAtIndex
2014-03-10 14:04:58 +08:00
-- @param self
-- @param #long long
-- @param #bool bool
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#SpriteBatchNode] removeSpriteFromAtlas
2014-03-10 14:04:58 +08:00
-- @param self
-- @param #cc.Sprite sprite
--------------------------------
-- @function [parent=#SpriteBatchNode] addSpriteWithoutQuad
2014-03-10 14:04:58 +08:00
-- @param self
-- @param #cc.Sprite sprite
-- @param #int int
-- @param #int int
-- @return SpriteBatchNode#SpriteBatchNode ret (return value: cc.SpriteBatchNode)
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#SpriteBatchNode] atlasIndexForChild
2014-03-10 14:04:58 +08:00
-- @param self
-- @param #cc.Sprite sprite
-- @param #int int
2014-03-10 14:04:58 +08:00
-- @return long#long ret (return value: long)
--------------------------------
-- @function [parent=#SpriteBatchNode] increaseAtlasCapacity
-- @param self
--------------------------------
-- overload function: init()
--
-- overload function: init(string, long)
--
-- @function [parent=#SpriteBatchNode] init
-- @param self
-- @param #string str
-- @param #long long
-- @return bool#bool ret (retunr value: bool)
--------------------------------
-- @function [parent=#SpriteBatchNode] lowestAtlasIndexInChild
-- @param self
-- @param #cc.Sprite sprite
-- @return long#long ret (return value: long)
--------------------------------
-- @function [parent=#SpriteBatchNode] initWithTexture
2014-03-10 14:04:58 +08:00
-- @param self
-- @param #cc.Texture2D texture2d
-- @param #long long
-- @return bool#bool ret (return value: bool)
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#SpriteBatchNode] setTextureAtlas
2014-03-10 14:04:58 +08:00
-- @param self
-- @param #cc.TextureAtlas textureatlas
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#SpriteBatchNode] removeAllChildrenWithCleanup
-- @param self
-- @param #bool bool
--------------------------------
-- @function [parent=#SpriteBatchNode] insertQuadFromSprite
2014-03-10 14:04:58 +08:00
-- @param self
-- @param #cc.Sprite sprite
-- @param #long long
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#SpriteBatchNode] rebuildIndexInOrder
2014-03-10 14:04:58 +08:00
-- @param self
-- @param #cc.Sprite sprite
2014-03-10 14:04:58 +08:00
-- @param #long long
-- @return long#long ret (return value: long)
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#SpriteBatchNode] getTextureAtlas
2014-03-10 14:04:58 +08:00
-- @param self
-- @return TextureAtlas#TextureAtlas ret (return value: cc.TextureAtlas)
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#SpriteBatchNode] highestAtlasIndexInChild
2014-03-10 14:04:58 +08:00
-- @param self
-- @param #cc.Sprite sprite
-- @return long#long ret (return value: long)
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#SpriteBatchNode] create
-- @param self
-- @param #string str
-- @param #long long
-- @return SpriteBatchNode#SpriteBatchNode ret (return value: cc.SpriteBatchNode)
--------------------------------
-- @function [parent=#SpriteBatchNode] createWithTexture
-- @param self
-- @param #cc.Texture2D texture2d
-- @param #long long
-- @return SpriteBatchNode#SpriteBatchNode ret (return value: cc.SpriteBatchNode)
--------------------------------
-- @function [parent=#SpriteBatchNode] addChild
-- @param self
-- @param #cc.Node node
-- @param #int int
-- @param #int int
--------------------------------
-- @function [parent=#SpriteBatchNode] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #bool bool
--------------------------------
-- @function [parent=#SpriteBatchNode] getDescription
-- @param self
-- @return string#string ret (return value: string)
--------------------------------
-- @function [parent=#SpriteBatchNode] visit
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #bool bool
--------------------------------
-- @function [parent=#SpriteBatchNode] sortAllChildren
-- @param self
--------------------------------
-- @function [parent=#SpriteBatchNode] removeChild
-- @param self
-- @param #cc.Node node
-- @param #bool bool
--------------------------------
-- @function [parent=#SpriteBatchNode] reorderChild
-- @param self
-- @param #cc.Node node
-- @param #int int
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#SpriteBatchNode] SpriteBatchNode
-- @param self
return nil