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