-------------------------------- -- @module PageTurn3D -- @extend Grid3DAction -- @parent_module cc -------------------------------- -- brief Create an action with duration, grid size.
-- param duration Specify the duration of the PageTurn3D action. It's a value in seconds.
-- param gridSize Specify the size of the grid.
-- 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