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