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

38 lines
1.1 KiB
Lua

--------------------------------
-- @module PageTurn3D
-- @extend Grid3DAction
-- @parent_module cc
--------------------------------
-- brief Create an action with duration, grid size.<br>
-- param duration Specify the duration of the PageTurn3D action. It's a value in seconds.<br>
-- param gridSize Specify the size of the grid.<br>
-- return If the creation sucess, return a pointer of PageTurn3D action; otherwise, return nil.
-- @function [parent=#PageTurn3D] create
-- @param self
-- @param #float duration
-- @param #size_table gridSize
-- @return PageTurn3D#PageTurn3D ret (return value: cc.PageTurn3D)
--------------------------------
--
-- @function [parent=#PageTurn3D] clone
-- @param self
-- @return PageTurn3D#PageTurn3D ret (return value: cc.PageTurn3D)
--------------------------------
-- js NA
-- @function [parent=#PageTurn3D] getGrid
-- @param self
-- @return GridBase#GridBase ret (return value: cc.GridBase)
--------------------------------
--
-- @function [parent=#PageTurn3D] update
-- @param self
-- @param #float time
-- @return PageTurn3D#PageTurn3D self (return value: cc.PageTurn3D)
return nil