mirror of https://github.com/axmolengine/axmol.git
21 lines
713 B
Lua
21 lines
713 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionSceneOriented
|
|
-- @extend TransitionScene
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- Creates a transition with duration, incoming scene and orientation.<br>
|
|
-- param t Duration time, in seconds.<br>
|
|
-- param scene A given scene.<br>
|
|
-- param orientation A given orientation: LeftOver, RightOver, UpOver, DownOver.<br>
|
|
-- return A autoreleased TransitionSceneOriented object.
|
|
-- @function [parent=#TransitionSceneOriented] create
|
|
-- @param self
|
|
-- @param #float t
|
|
-- @param #cc.Scene scene
|
|
-- @param #int orientation
|
|
-- @return TransitionSceneOriented#TransitionSceneOriented ret (return value: cc.TransitionSceneOriented)
|
|
|
|
return nil
|