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