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

30 lines
858 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module FlipX3D
-- @extend Grid3DAction
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- brief Create the action with duration.<br>
-- param duration Specify the duration of the FilpX3D action. It's a value in seconds.<br>
-- return If the creation sucess, return a pointer of FilpX3D action; otherwise, return nil.
2014-03-10 14:04:58 +08:00
-- @function [parent=#FlipX3D] create
-- @param self
-- @param #float duration
2014-03-10 14:04:58 +08:00
-- @return FlipX3D#FlipX3D ret (return value: cc.FlipX3D)
--------------------------------
--
-- @function [parent=#FlipX3D] clone
-- @param self
-- @return FlipX3D#FlipX3D ret (return value: cc.FlipX3D)
--------------------------------
--
-- @function [parent=#FlipX3D] update
-- @param self
-- @param #float time
-- @return FlipX3D#FlipX3D self (return value: cc.FlipX3D)
2014-03-10 14:04:58 +08:00
return nil