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