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