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