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

29 lines
857 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module TransitionMoveInL
-- @extend TransitionScene,TransitionEaseScene
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- returns the action that will be performed
2014-03-10 14:04:58 +08:00
-- @function [parent=#TransitionMoveInL] action
-- @param self
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#TransitionMoveInL] easeActionWithAction
-- @param self
-- @param #cc.ActionInterval action
2014-03-10 14:04:58 +08:00
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#TransitionMoveInL] create
-- @param self
-- @param #float t
2014-03-10 14:04:58 +08:00
-- @param #cc.Scene scene
-- @return TransitionMoveInL#TransitionMoveInL ret (return value: cc.TransitionMoveInL)
return nil