mirror of https://github.com/axmolengine/axmol.git
28 lines
687 B
Lua
28 lines
687 B
Lua
|
|
--------------------------------
|
|
-- @module FlipX3D
|
|
-- @extend Grid3DAction
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- creates the action with duration
|
|
-- @function [parent=#FlipX3D] create
|
|
-- @param self
|
|
-- @param #float duration
|
|
-- @return FlipX3D#FlipX3D ret (return value: cc.FlipX3D)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#FlipX3D] clone
|
|
-- @param self
|
|
-- @return FlipX3D#FlipX3D ret (return value: cc.FlipX3D)
|
|
|
|
--------------------------------
|
|
-- param time in seconds
|
|
-- @function [parent=#FlipX3D] update
|
|
-- @param self
|
|
-- @param #float time
|
|
-- @return FlipX3D#FlipX3D self (return value: cc.FlipX3D)
|
|
|
|
return nil
|