mirror of https://github.com/axmolengine/axmol.git
38 lines
976 B
Lua
38 lines
976 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @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
|