axmol/cocos/scripting/lua-bindings/auto/api/TransitionSlideInR.lua

25 lines
830 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module TransitionSlideInR
-- @extend TransitionSlideInL
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- Creates a transition with duration and incoming scene.<br>
-- param t Duration time, in seconds.<br>
-- param scene A given scene.<br>
-- return A autoreleased TransitionSlideInR object.
2014-03-10 14:04:58 +08:00
-- @function [parent=#TransitionSlideInR] create
-- @param self
-- @param #float t
2014-03-10 14:04:58 +08:00
-- @param #cc.Scene scene
-- @return TransitionSlideInR#TransitionSlideInR ret (return value: cc.TransitionSlideInR)
--------------------------------
-- Returns the action that will be performed by the incoming and outgoing scene.
-- @function [parent=#TransitionSlideInR] action
-- @param self
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
2014-03-10 14:04:58 +08:00
return nil