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