mirror of https://github.com/axmolengine/axmol.git
34 lines
957 B
Lua
34 lines
957 B
Lua
|
|
--------------------------------
|
|
-- @module RichElementCustomNode
|
|
-- @extend RichElement
|
|
-- @parent_module ccui
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#RichElementCustomNode] init
|
|
-- @param self
|
|
-- @param #int tag
|
|
-- @param #color3b_table color
|
|
-- @param #unsigned char opacity
|
|
-- @param #cc.Node customNode
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#RichElementCustomNode] create
|
|
-- @param self
|
|
-- @param #int tag
|
|
-- @param #color3b_table color
|
|
-- @param #unsigned char opacity
|
|
-- @param #cc.Node customNode
|
|
-- @return RichElementCustomNode#RichElementCustomNode ret (return value: ccui.RichElementCustomNode)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#RichElementCustomNode] RichElementCustomNode
|
|
-- @param self
|
|
-- @return RichElementCustomNode#RichElementCustomNode self (return value: ccui.RichElementCustomNode)
|
|
|
|
return nil
|