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