diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/ClippingRectangleNode.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/cc/ClippingRectangleNode.lua | 38 |
2 files changed, 0 insertions, 38 deletions
diff --git a/meta/3rd/Cocos4.0 b/meta/3rd/Cocos4.0 new file mode 160000 +Subproject c0b2259e0d367561fd4563ae114b029b4dfe3a8 diff --git a/meta/3rd/Cocos4.0/library/cc/ClippingRectangleNode.lua b/meta/3rd/Cocos4.0/library/cc/ClippingRectangleNode.lua deleted file mode 100644 index 0f15c0cb..00000000 --- a/meta/3rd/Cocos4.0/library/cc/ClippingRectangleNode.lua +++ /dev/null @@ -1,38 +0,0 @@ ----@meta - ----@class cc.ClippingRectangleNode :cc.Node -local ClippingRectangleNode={ } -cc.ClippingRectangleNode=ClippingRectangleNode - - - - ----* brief Get whether the clipping is enabled or not.<br> ----* return Whether the clipping is enabled or not. Default is true. ----@return boolean -function ClippingRectangleNode:isClippingEnabled () end ----* brief Enable/Disable the clipping.<br> ----* param enabled Pass true to enable clipping. Pass false to disable clipping. ----@param enabled boolean ----@return self -function ClippingRectangleNode:setClippingEnabled (enabled) end ----* brief Get the clipping rectangle.<br> ----* return The clipping rectangle. ----@return rect_table -function ClippingRectangleNode:getClippingRegion () end ----* brief Set the clipping rectangle.<br> ----* param clippingRegion Specify the clipping rectangle. ----@param clippingRegion rect_table ----@return self -function ClippingRectangleNode:setClippingRegion (clippingRegion) end ----@overload fun():self ----@overload fun(rect_table:rect_table):self ----@param clippingRegion rect_table ----@return self -function ClippingRectangleNode:create (clippingRegion) end ----* ----@param renderer cc.Renderer ----@param parentTransform mat4_table ----@param parentFlags unsigned_int ----@return self -function ClippingRectangleNode:visit (renderer,parentTransform,parentFlags) end
\ No newline at end of file |