mirror of https://github.com/axmolengine/axmol.git
18 lines
457 B
Lua
18 lines
457 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionFlipX
|
|
-- @extend TransitionSceneOriented
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @overload self, float, cc.Scene
|
|
-- @overload self, float, cc.Scene, int
|
|
-- @function [parent=#TransitionFlipX] create
|
|
-- @param self
|
|
-- @param #float t
|
|
-- @param #cc.Scene s
|
|
-- @param #int o
|
|
-- @return TransitionFlipX#TransitionFlipX ret (retunr value: cc.TransitionFlipX)
|
|
|
|
return nil
|