diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/cc.StopGrid.lua')
-rw-r--r-- | meta/3rd/Cocos4.0/cc.StopGrid.lua | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/3rd/Cocos4.0/cc.StopGrid.lua b/meta/3rd/Cocos4.0/cc.StopGrid.lua new file mode 100644 index 00000000..6e292087 --- /dev/null +++ b/meta/3rd/Cocos4.0/cc.StopGrid.lua @@ -0,0 +1,25 @@ + +---@class cc.StopGrid :cc.ActionInstant +local StopGrid={ } +cc.StopGrid=StopGrid + + + + +---* brief Create a StopGrid Action.<br> +---* return Return a pointer of StopGrid. When the creation failed, return nil. +---@return self +function StopGrid:create () end +---* +---@param target cc.Node +---@return self +function StopGrid:startWithTarget (target) end +---* +---@return self +function StopGrid:clone () end +---* +---@return self +function StopGrid:reverse () end +---* +---@return self +function StopGrid:StopGrid () end
\ No newline at end of file |