2014-03-13 14:51:53 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module RichElementCustomNode
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend RichElement
|
2014-06-25 17:36:50 +08:00
|
|
|
-- @parent_module ccui
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-13 14:51:53 +08:00
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-03-13 14:51:53 +08:00
|
|
|
-- @function [parent=#RichElementCustomNode] init
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #int tag
|
|
|
|
-- @param #color3b_table color
|
|
|
|
-- @param #unsigned char opacity
|
|
|
|
-- @param #cc.Node customNode
|
2014-03-13 14:51:53 +08:00
|
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-03-13 14:51:53 +08:00
|
|
|
-- @function [parent=#RichElementCustomNode] create
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #int tag
|
|
|
|
-- @param #color3b_table color
|
|
|
|
-- @param #unsigned char opacity
|
|
|
|
-- @param #cc.Node customNode
|
2014-03-13 14:51:53 +08:00
|
|
|
-- @return RichElementCustomNode#RichElementCustomNode ret (return value: ccui.RichElementCustomNode)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-03-13 14:51:53 +08:00
|
|
|
-- @function [parent=#RichElementCustomNode] RichElementCustomNode
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|