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