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