mirror of https://github.com/axmolengine/axmol.git
59 lines
1.6 KiB
Lua
59 lines
1.6 KiB
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] setAnchorPoint
|
|
-- @param self
|
|
-- @param #point_table point
|
|
|
|
--------------------------------
|
|
-- @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] getContentSize
|
|
-- @param self
|
|
-- @return size_table#size_table ret (return value: size_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TextAtlas] TextAtlas
|
|
-- @param self
|
|
|
|
return nil
|