mirror of https://github.com/axmolengine/axmol.git
11 lines
337 B
Lua
11 lines
337 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module EaseQuarticActionInOut
|
||
|
--------------------------------
|
||
|
-- @function [parent=#EaseQuarticActionInOut] create
|
||
|
-- @param self
|
||
|
-- @param #cc.ActionInterval actioninterval
|
||
|
-- @return EaseQuarticActionInOut#EaseQuarticActionInOut ret (return value: cc.EaseQuarticActionInOut)
|
||
|
|
||
|
return nil
|