mirror of https://github.com/axmolengine/axmol.git
18 lines
469 B
Lua
18 lines
469 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionProgress
|
|
-- @extend TransitionScene
|
|
|
|
--------------------------------
|
|
-- @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
|