mirror of https://github.com/axmolengine/axmol.git
17 lines
442 B
Lua
17 lines
442 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionProgress
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TransitionProgress] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #cc.Scene scene
|
|
-- @return TransitionProgress#TransitionProgress ret (return value: cc.TransitionProgress)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TransitionProgress] TransitionProgress
|
|
-- @param self
|
|
|
|
return nil
|