mirror of https://github.com/axmolengine/axmol.git
23 lines
759 B
Lua
23 lines
759 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionSplitCols
|
|
--------------------------------
|
|
-- @function [parent=#TransitionSplitCols] action
|
|
-- @param self
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TransitionSplitCols] easeActionWithAction
|
|
-- @param self
|
|
-- @param #cc.ActionInterval actioninterval
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TransitionSplitCols] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #cc.Scene scene
|
|
-- @return TransitionSplitCols#TransitionSplitCols ret (return value: cc.TransitionSplitCols)
|
|
|
|
return nil
|