2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module Show
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Show] create
|
|
|
|
-- @param self
|
|
|
|
-- @return Show#Show ret (return value: cc.Show)
|
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Show] clone
|
|
|
|
-- @param self
|
|
|
|
-- @return Show#Show ret (return value: cc.Show)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Show] update
|
|
|
|
-- @param self
|
|
|
|
-- @param #float float
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Show] reverse
|
|
|
|
-- @param self
|
|
|
|
-- @return ActionInstant#ActionInstant ret (return value: cc.ActionInstant)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|