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