diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/CameraBackgroundDepthBrush.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/cc/CameraBackgroundDepthBrush.lua | 34 |
2 files changed, 0 insertions, 34 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/CameraBackgroundDepthBrush.lua b/meta/3rd/Cocos4.0/library/cc/CameraBackgroundDepthBrush.lua deleted file mode 100644 index 79ec5b3e..00000000 --- a/meta/3rd/Cocos4.0/library/cc/CameraBackgroundDepthBrush.lua +++ /dev/null @@ -1,34 +0,0 @@ ----@meta - ----@class cc.CameraBackgroundDepthBrush :cc.CameraBackgroundBrush -local CameraBackgroundDepthBrush={ } -cc.CameraBackgroundDepthBrush=CameraBackgroundDepthBrush - - - - ----* Set depth<br> ----* param depth Depth used to clear depth buffer ----@param depth float ----@return self -function CameraBackgroundDepthBrush:setDepth (depth) end ----* Create a depth brush<br> ----* param depth Depth used to clear the depth buffer<br> ----* return Created brush ----@param depth float ----@return self -function CameraBackgroundDepthBrush:create (depth) end ----* Get brush type. Should be BrushType::DEPTH<br> ----* return brush type ----@return int -function CameraBackgroundDepthBrush:getBrushType () end ----* Draw background ----@param camera cc.Camera ----@return self -function CameraBackgroundDepthBrush:drawBackground (camera) end ----* ----@return boolean -function CameraBackgroundDepthBrush:init () end ----* ----@return self -function CameraBackgroundDepthBrush:CameraBackgroundDepthBrush () end
\ No newline at end of file |