mirror of https://github.com/axmolengine/axmol.git
20 lines
508 B
Lua
20 lines
508 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionFade
|
|
-- @extend TransitionScene
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- overload function: create(float, cc.Scene)
|
|
--
|
|
-- overload function: create(float, cc.Scene, color3b_table)
|
|
--
|
|
-- @function [parent=#TransitionFade] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #cc.Scene scene
|
|
-- @param #color3b_table color3b
|
|
-- @return TransitionFade#TransitionFade ret (retunr value: cc.TransitionFade)
|
|
|
|
return nil
|