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

31 lines
1.0 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module TransitionSlideInB
-- @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 TransitionSlideInB object.
2014-03-10 14:04:58 +08:00
-- @function [parent=#TransitionSlideInB] create
-- @param self
-- @param #float t
2014-03-10 14:04:58 +08:00
-- @param #cc.Scene scene
-- @return TransitionSlideInB#TransitionSlideInB ret (return value: cc.TransitionSlideInB)
--------------------------------
-- returns the action that will be performed by the incoming and outgoing scene
-- @function [parent=#TransitionSlideInB] action
-- @param self
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
--------------------------------
--
-- @function [parent=#TransitionSlideInB] TransitionSlideInB
-- @param self
-- @return TransitionSlideInB#TransitionSlideInB self (return value: cc.TransitionSlideInB)
2014-03-10 14:04:58 +08:00
return nil