mirror of https://github.com/axmolengine/axmol.git
25 lines
764 B
Lua
25 lines
764 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionMoveInR
|
|
-- @extend TransitionMoveInL
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- 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 TransitionMoveInR object.
|
|
-- @function [parent=#TransitionMoveInR] create
|
|
-- @param self
|
|
-- @param #float t
|
|
-- @param #cc.Scene scene
|
|
-- @return TransitionMoveInR#TransitionMoveInR ret (return value: cc.TransitionMoveInR)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#TransitionMoveInR] TransitionMoveInR
|
|
-- @param self
|
|
-- @return TransitionMoveInR#TransitionMoveInR self (return value: cc.TransitionMoveInR)
|
|
|
|
return nil
|