mirror of https://github.com/axmolengine/axmol.git
33 lines
928 B
Lua
33 lines
928 B
Lua
|
|
--------------------------------
|
|
-- @module EaseQuinticActionIn
|
|
-- @extend ActionEase
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- creates the action
|
|
-- @function [parent=#EaseQuinticActionIn] create
|
|
-- @param self
|
|
-- @param #cc.ActionInterval action
|
|
-- @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 time
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#EaseQuinticActionIn] reverse
|
|
-- @param self
|
|
-- @return EaseQuinticActionIn#EaseQuinticActionIn ret (return value: cc.EaseQuinticActionIn)
|
|
|
|
return nil
|