mirror of https://github.com/axmolengine/axmol.git
32 lines
997 B
Lua
32 lines
997 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionSplitCols
|
|
-- @extend TransitionScene,TransitionEaseScene
|
|
|
|
--------------------------------
|
|
-- @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)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TransitionSplitCols] draw
|
|
-- @param self
|
|
-- @param #cc.Renderer renderer
|
|
-- @param #matrix_table matrix
|
|
-- @param #bool bool
|
|
|
|
return nil
|