2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module TransitionMoveInL
|
2014-03-26 14:03:04 +08:00
|
|
|
-- @extend TransitionScene,TransitionEaseScene
|
2014-06-25 17:36:50 +08:00
|
|
|
-- @parent_module cc
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
2015-03-23 16:29:35 +08:00
|
|
|
-- Returns the action that will be performed. <br>
|
|
|
|
-- return The action that will be performed.
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#TransitionMoveInL] action
|
|
|
|
-- @param self
|
|
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#TransitionMoveInL] easeActionWithAction
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #cc.ActionInterval action
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
|
|
|
|
--------------------------------
|
2015-03-23 16:29:35 +08:00
|
|
|
-- Creates a transition with duration and incoming scene.<br>
|
|
|
|
-- param t Duration time, in seconds.<br>
|
|
|
|
-- param scene A given scene.<br>
|
|
|
|
-- return A autoreleased TransitionMoveInL object.
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#TransitionMoveInL] create
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #float t
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @param #cc.Scene scene
|
|
|
|
-- @return TransitionMoveInL#TransitionMoveInL ret (return value: cc.TransitionMoveInL)
|
|
|
|
|
2015-05-05 11:31:53 +08:00
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#TransitionMoveInL] TransitionMoveInL
|
|
|
|
-- @param self
|
|
|
|
-- @return TransitionMoveInL#TransitionMoveInL self (return value: cc.TransitionMoveInL)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|