2014-03-10 14:04:58 +08:00
--------------------------------
-- @module TransitionPageTurn
2014-03-20 10:21:28 +08:00
-- @extend TransitionScene
2014-06-25 17:36:50 +08:00
-- @parent_module cc
2014-03-18 15:55:30 +08:00
2014-03-10 14:04:58 +08:00
--------------------------------
2015-03-23 16:29:35 +08:00
-- Returns the action that will be performed with size.<br>
-- param size A given size.<br>
-- return The action that will be performed.
2014-03-10 14:04:58 +08:00
-- @function [parent=#TransitionPageTurn] actionWithSize
-- @param self
2014-09-02 13:45:07 +08:00
-- @param #size_table vector
2014-03-10 14:04:58 +08:00
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
--------------------------------
2014-09-02 13:45:07 +08:00
-- Creates a base transition with duration and incoming scene.<br>
2015-03-23 16:29:35 +08:00
-- If back is true then the effect is reversed to appear as if the incoming<br>
-- scene is being turned from left over the outgoing scene.<br>
-- param t Duration time, in seconds.<br>
-- param scene A given scene.<br>
-- param backwards If back is true then the effect is reversed to appear as if the incoming scene is being turned from left over the outgoing scene.<br>
-- return True if initialize success.
2014-03-10 14:04:58 +08:00
-- @function [parent=#TransitionPageTurn] initWithDuration
-- @param self
2014-09-02 13:45:07 +08:00
-- @param #float t
2014-03-10 14:04:58 +08:00
-- @param #cc.Scene scene
2014-09-02 13:45:07 +08:00
-- @param #bool backwards
2014-03-10 14:04:58 +08:00
-- @return bool#bool ret (return value: bool)
--------------------------------
2014-09-02 13:45:07 +08:00
-- Creates a base transition with duration and incoming scene.<br>
-- If back is true then the effect is reversed to appear as if the incoming<br>
2015-03-23 16:29:35 +08:00
-- scene is being turned from left over the outgoing scene.<br>
-- param t Duration time, in seconds.<br>
-- param scene A given scene.<br>
-- param backwards If back is true then the effect is reversed to appear as if the incoming scene is being turned from left over the outgoing scene.<br>
-- return An autoreleased TransitionPageTurn object.
2014-03-10 14:04:58 +08:00
-- @function [parent=#TransitionPageTurn] create
-- @param self
2014-09-02 13:45:07 +08:00
-- @param #float t
2014-03-10 14:04:58 +08:00
-- @param #cc.Scene scene
2014-09-02 13:45:07 +08:00
-- @param #bool backwards
2014-03-10 14:04:58 +08:00
-- @return TransitionPageTurn#TransitionPageTurn ret (return value: cc.TransitionPageTurn)
2014-03-18 15:55:30 +08:00
--------------------------------
2014-09-02 13:45:07 +08:00
--
2014-03-18 15:55:30 +08:00
-- @function [parent=#TransitionPageTurn] draw
-- @param self
-- @param #cc.Renderer renderer
2014-09-02 13:45:07 +08:00
-- @param #mat4_table transform
-- @param #unsigned int flags
2015-01-21 17:33:26 +08:00
-- @return TransitionPageTurn#TransitionPageTurn self (return value: cc.TransitionPageTurn)
2014-03-18 15:55:30 +08:00
2014-03-10 14:04:58 +08:00
return nil