2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module ActionFadeFrame
|
|
|
|
-- @extend ActionFrame
|
|
|
|
-- @parent_module ccs
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#ActionFadeFrame] getOpacity
|
|
|
|
-- @param self
|
|
|
|
-- @return int#int ret (return value: int)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#ActionFadeFrame] getAction
|
|
|
|
-- @param self
|
2014-08-29 18:38:25 +08:00
|
|
|
-- @param #float float
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#ActionFadeFrame] setOpacity
|
|
|
|
-- @param self
|
2014-08-29 18:38:25 +08:00
|
|
|
-- @param #int int
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#ActionFadeFrame] ActionFadeFrame
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|