axmol/cocos/scripting/lua-bindings/auto/api/EaseCubicActionIn.lua

34 lines
1010 B
Lua

--------------------------------
-- @module EaseCubicActionIn
-- @extend ActionEase
-- @parent_module cc
--------------------------------
-- creates the action
-- @function [parent=#EaseCubicActionIn] create
-- @param self
-- @param #cc.ActionInterval action
-- @return EaseCubicActionIn#EaseCubicActionIn ret (return value: cc.EaseCubicActionIn)
--------------------------------
--
-- @function [parent=#EaseCubicActionIn] clone
-- @param self
-- @return EaseCubicActionIn#EaseCubicActionIn ret (return value: cc.EaseCubicActionIn)
--------------------------------
-- param time in seconds
-- @function [parent=#EaseCubicActionIn] update
-- @param self
-- @param #float time
-- @return EaseCubicActionIn#EaseCubicActionIn self (return value: cc.EaseCubicActionIn)
--------------------------------
--
-- @function [parent=#EaseCubicActionIn] reverse
-- @param self
-- @return EaseCubicActionIn#EaseCubicActionIn ret (return value: cc.EaseCubicActionIn)
return nil