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