mirror of https://github.com/axmolengine/axmol.git
19 lines
532 B
Lua
19 lines
532 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionFadeUp
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TransitionFadeUp] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #cc.Scene scene
|
|
-- @return TransitionFadeUp#TransitionFadeUp ret (return value: cc.TransitionFadeUp)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TransitionFadeUp] actionWithSize
|
|
-- @param self
|
|
-- @param #size_table size
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
return nil
|