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

36 lines
1.2 KiB
Lua

--------------------------------
-- @module EaseQuarticActionInOut
-- @extend ActionEase
-- @parent_module cc
--------------------------------
-- brief Create the action with the inner action.<br>
-- param action The pointer of the inner action.<br>
-- return A pointer of EaseQuarticActionInOut action. If creation failed, return nil.
-- @function [parent=#EaseQuarticActionInOut] create
-- @param self
-- @param #cc.ActionInterval action
-- @return EaseQuarticActionInOut#EaseQuarticActionInOut ret (return value: cc.EaseQuarticActionInOut)
--------------------------------
--
-- @function [parent=#EaseQuarticActionInOut] clone
-- @param self
-- @return EaseQuarticActionInOut#EaseQuarticActionInOut ret (return value: cc.EaseQuarticActionInOut)
--------------------------------
--
-- @function [parent=#EaseQuarticActionInOut] update
-- @param self
-- @param #float time
-- @return EaseQuarticActionInOut#EaseQuarticActionInOut self (return value: cc.EaseQuarticActionInOut)
--------------------------------
--
-- @function [parent=#EaseQuarticActionInOut] reverse
-- @param self
-- @return EaseQuarticActionInOut#EaseQuarticActionInOut ret (return value: cc.EaseQuarticActionInOut)
return nil