mirror of https://github.com/axmolengine/axmol.git
28 lines
880 B
Lua
28 lines
880 B
Lua
|
|
--------------------------------
|
|
-- @module EaseQuinticActionIn
|
|
-- @extend ActionEase
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EaseQuinticActionIn] create
|
|
-- @param self
|
|
-- @param #cc.ActionInterval actioninterval
|
|
-- @return EaseQuinticActionIn#EaseQuinticActionIn ret (return value: cc.EaseQuinticActionIn)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EaseQuinticActionIn] clone
|
|
-- @param self
|
|
-- @return EaseQuinticActionIn#EaseQuinticActionIn ret (return value: cc.EaseQuinticActionIn)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EaseQuinticActionIn] update
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EaseQuinticActionIn] reverse
|
|
-- @param self
|
|
-- @return EaseQuinticActionIn#EaseQuinticActionIn ret (return value: cc.EaseQuinticActionIn)
|
|
|
|
return nil
|