mirror of https://github.com/axmolengine/axmol.git
27 lines
830 B
Lua
27 lines
830 B
Lua
|
|
--------------------------------
|
|
-- @module EaseCubicActionIn
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EaseCubicActionIn] create
|
|
-- @param self
|
|
-- @param #cc.ActionInterval actioninterval
|
|
-- @return EaseCubicActionIn#EaseCubicActionIn ret (return value: cc.EaseCubicActionIn)
|
|
|
|
--------------------------------
|
|
-- @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)
|
|
|
|
return nil
|