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

38 lines
976 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module TextAtlas
--------------------------------
-- @function [parent=#TextAtlas] setProperty
-- @param self
-- @param #string str
-- @param #string str
-- @param #int int
-- @param #int int
-- @param #string str
--------------------------------
-- @function [parent=#TextAtlas] getStringValue
-- @param self
-- @return string#string ret (return value: string)
--------------------------------
-- @function [parent=#TextAtlas] setStringValue
-- @param self
-- @param #string str
--------------------------------
-- @function [parent=#TextAtlas] create
-- @param self
-- @return TextAtlas#TextAtlas ret (return value: ccui.TextAtlas)
--------------------------------
-- @function [parent=#TextAtlas] createInstance
-- @param self
-- @return Ref#Ref ret (return value: cc.Ref)
--------------------------------
-- @function [parent=#TextAtlas] TextAtlas
-- @param self
return nil