diff options
author | fesily <fesil@foxmail.com> | 2024-01-10 11:03:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 11:03:21 +0800 |
commit | 1e7bb72ad3ff2b75a1c55ee4bc53004cb7fe30f7 (patch) | |
tree | dd94cf09b9e3a675a73a9f1d41248d1538165997 /meta/3rd/Cocos4.0/library/ccui/LayoutParameter.lua | |
parent | bb6e172d6166190bd4edd3bb56230a7d60ebcb93 (diff) | |
parent | 37779f9b2493e51e59e1e4366bf7dcb8350e69bd (diff) | |
download | lua-language-server-1e7bb72ad3ff2b75a1c55ee4bc53004cb7fe30f7.zip |
Merge branch 'LuaLS:master' into plugin-add-OnTransformAst
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 |