mirror of https://github.com/axmolengine/axmol.git
13 lines
343 B
Lua
13 lines
343 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionEaseScene
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TransitionEaseScene] easeActionWithAction
|
|
-- @param self
|
|
-- @param #cc.ActionInterval actioninterval
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
return nil
|