mirror of https://github.com/axmolengine/axmol.git
49 lines
1.5 KiB
Lua
49 lines
1.5 KiB
Lua
|
|
--------------------------------
|
|
-- @module SpritePolygonCache
|
|
-- @extend Ref
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#SpritePolygonCache] isSpritePolygonCachExist
|
|
-- @param self
|
|
-- @param #string filePath
|
|
-- @param #rect_table rect
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#SpritePolygonCache] removeAllSpritePolygonCache
|
|
-- @param self
|
|
-- @return SpritePolygonCache#SpritePolygonCache self (return value: cc.SpritePolygonCache)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#SpritePolygonCache] removeSpritePolygonCache
|
|
-- @param self
|
|
-- @param #string filePath
|
|
-- @param #rect_table rect
|
|
-- @return SpritePolygonCache#SpritePolygonCache self (return value: cc.SpritePolygonCache)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#SpritePolygonCache] destroyInstance
|
|
-- @param self
|
|
-- @return SpritePolygonCache#SpritePolygonCache self (return value: cc.SpritePolygonCache)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#SpritePolygonCache] printInfo
|
|
-- @param self
|
|
-- @param #cc._SpritePolygonInfo info
|
|
-- @return SpritePolygonCache#SpritePolygonCache self (return value: cc.SpritePolygonCache)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#SpritePolygonCache] getInstance
|
|
-- @param self
|
|
-- @return SpritePolygonCache#SpritePolygonCache ret (return value: cc.SpritePolygonCache)
|
|
|
|
return nil
|