mirror of https://github.com/axmolengine/axmol.git
23 lines
585 B
Lua
23 lines
585 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionFadeBL
|
|
-- @extend TransitionFadeTR
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#TransitionFadeBL] create
|
|
-- @param self
|
|
-- @param #float t
|
|
-- @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
|