blob: cb6e30aba5bf0490d8e5f527506812ec429543d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---@meta
---@class cc.Grid3DAction :cc.GridAction
local Grid3DAction={ }
cc.Grid3DAction=Grid3DAction
---* brief Get the effect grid rect.<br>
---* return Return the effect grid rect.
---@return rect_table
function Grid3DAction:getGridRect () end
---*
---@return self
function Grid3DAction:clone () end
---*
---@return cc.GridBase
function Grid3DAction:getGrid () end
|