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