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