diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/ccui/LayoutParameter.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/ccui/LayoutParameter.lua | 35 |
2 files changed, 0 insertions, 35 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/ccui/LayoutParameter.lua b/meta/3rd/Cocos4.0/library/ccui/LayoutParameter.lua deleted file mode 100644 index 72769f8e..00000000 --- a/meta/3rd/Cocos4.0/library/ccui/LayoutParameter.lua +++ /dev/null @@ -1,35 +0,0 @@ ----@meta - ----@class ccui.LayoutParameter :cc.Ref -local LayoutParameter={ } -ccui.LayoutParameter=LayoutParameter - - - - ----* Create a copy of original LayoutParameter.<br> ----* return A LayoutParameter pointer. ----@return self -function LayoutParameter:clone () end ----* Gets LayoutParameterType of LayoutParameter.<br> ----* see LayoutParameterType.<br> ----* return LayoutParameterType ----@return int -function LayoutParameter:getLayoutType () end ----* Create a cloned instance of LayoutParameter.<br> ----* return A LayoutParameter pointer. ----@return self -function LayoutParameter:createCloneInstance () end ----* Copy all the member field from argument LayoutParameter to self.<br> ----* param model A LayoutParameter instance. ----@param model ccui.LayoutParameter ----@return self -function LayoutParameter:copyProperties (model) end ----* Create a empty LayoutParameter.<br> ----* return A autorelease LayoutParameter instance. ----@return self -function LayoutParameter:create () end ----* Default constructor.<br> ----* lua new ----@return self -function LayoutParameter:LayoutParameter () end
\ No newline at end of file |