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

39 lines
1.0 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module TransitionScene
-- @extend Scene
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- called after the transition finishes
2014-03-10 14:04:58 +08:00
-- @function [parent=#TransitionScene] finish
-- @param self
--------------------------------
-- used by some transitions to hide the outer scene
2014-03-10 14:04:58 +08:00
-- @function [parent=#TransitionScene] hideOutShowIn
-- @param self
--------------------------------
-- creates a base transition with duration and incoming scene
2014-03-10 14:04:58 +08:00
-- @function [parent=#TransitionScene] create
-- @param self
-- @param #float t
2014-03-10 14:04:58 +08:00
-- @param #cc.Scene scene
-- @return TransitionScene#TransitionScene ret (return value: cc.TransitionScene)
--------------------------------
--
-- @function [parent=#TransitionScene] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #mat4_table transform
-- @param #unsigned int flags
--------------------------------
--
-- @function [parent=#TransitionScene] cleanup
-- @param self
2014-03-10 14:04:58 +08:00
return nil