mirror of https://github.com/axmolengine/axmol.git
68 lines
1.8 KiB
Lua
68 lines
1.8 KiB
Lua
|
|
--------------------------------
|
|
-- @module TextAtlas
|
|
-- @extend Widget
|
|
|
|
--------------------------------
|
|
-- @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] adaptRenderers
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TextAtlas] setStringValue
|
|
-- @param self
|
|
-- @param #string str
|
|
|
|
--------------------------------
|
|
-- overload function: create(string, string, int, int, string)
|
|
--
|
|
-- overload function: create()
|
|
--
|
|
-- @function [parent=#TextAtlas] create
|
|
-- @param self
|
|
-- @param #string str
|
|
-- @param #string str
|
|
-- @param #int int
|
|
-- @param #int int
|
|
-- @param #string str
|
|
-- @return TextAtlas#TextAtlas ret (retunr value: ccui.TextAtlas)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TextAtlas] createInstance
|
|
-- @param self
|
|
-- @return Ref#Ref ret (return value: cc.Ref)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TextAtlas] getVirtualRenderer
|
|
-- @param self
|
|
-- @return Node#Node ret (return value: cc.Node)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TextAtlas] getDescription
|
|
-- @param self
|
|
-- @return string#string ret (return value: string)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TextAtlas] getVirtualRendererSize
|
|
-- @param self
|
|
-- @return size_table#size_table ret (return value: size_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TextAtlas] TextAtlas
|
|
-- @param self
|
|
|
|
return nil
|