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