mirror of https://github.com/axmolengine/axmol.git
30 lines
853 B
Lua
30 lines
853 B
Lua
|
|
--------------------------------
|
|
-- @module FlipY3D
|
|
-- @extend FlipX3D
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- brief Create the action with duration.<br>
|
|
-- param duration Specify the duration of the FlipY3D action. It's a value in seconds.<br>
|
|
-- return If the creation sucess, return a pointer of FlipY3D action; otherwise, return nil.
|
|
-- @function [parent=#FlipY3D] create
|
|
-- @param self
|
|
-- @param #float duration
|
|
-- @return FlipY3D#FlipY3D ret (return value: cc.FlipY3D)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#FlipY3D] clone
|
|
-- @param self
|
|
-- @return FlipY3D#FlipY3D ret (return value: cc.FlipY3D)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#FlipY3D] update
|
|
-- @param self
|
|
-- @param #float time
|
|
-- @return FlipY3D#FlipY3D self (return value: cc.FlipY3D)
|
|
|
|
return nil
|