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

29 lines
904 B
Lua

--------------------------------
-- @module RichElementNewLine
-- @extend RichElement
-- @parent_module ccui
--------------------------------
-- brief Create a RichElementNewLine with various arguments.<br>
-- param tag A integer tag value.<br>
-- param color A color in Color3B.<br>
-- param opacity A opacity in GLubyte.<br>
-- return A RichElementNewLine instance.
-- @function [parent=#RichElementNewLine] create
-- @param self
-- @param #int tag
-- @param #color3b_table color
-- @param #unsigned char opacity
-- @return RichElementNewLine#RichElementNewLine ret (return value: ccui.RichElementNewLine)
--------------------------------
-- brief Default constructor.<br>
-- js ctor<br>
-- lua new
-- @function [parent=#RichElementNewLine] RichElementNewLine
-- @param self
-- @return RichElementNewLine#RichElementNewLine self (return value: ccui.RichElementNewLine)
return nil