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