diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-08-13 01:23:32 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-08-13 01:23:32 +0800 |
commit | 04fa96b7c0abba4d7cca03ed12ff3b65b3912e01 (patch) | |
tree | c0c8a2c0e92d0580280f838ba475875c7f82a73c /meta/3rd/Cocos4.0/library/cc.BillBoard.lua | |
parent | c30c5c2e267f6917600afe4f19e1e0d674bad9c6 (diff) | |
download | lua-language-server-04fa96b7c0abba4d7cca03ed12ff3b65b3912e01.zip |
fix #1431
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc.BillBoard.lua')
-rw-r--r-- | meta/3rd/Cocos4.0/library/cc.BillBoard.lua | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/meta/3rd/Cocos4.0/library/cc.BillBoard.lua b/meta/3rd/Cocos4.0/library/cc.BillBoard.lua deleted file mode 100644 index 6f4f2ef4..00000000 --- a/meta/3rd/Cocos4.0/library/cc.BillBoard.lua +++ /dev/null @@ -1,41 +0,0 @@ ----@meta - ----@class cc.BillBoard :cc.Sprite -local BillBoard={ } -cc.BillBoard=BillBoard - - - - ----* Get the billboard rotation mode. ----@return int -function BillBoard:getMode () end ----* Set the billboard rotation mode. ----@param mode int ----@return self -function BillBoard:setMode (mode) end ----@overload fun(string:string,rect_table1:int):self ----@overload fun(string0:int):self ----@overload fun(string:string,rect_table:rect_table,int:int):self ----@param filename string ----@param rect rect_table ----@param mode int ----@return self -function BillBoard:create (filename,rect,mode) end ----* Creates a BillBoard with a Texture2D object.<br> ----* After creation, the rect will be the size of the texture, and the offset will be (0,0).<br> ----* param texture A pointer to a Texture2D object.<br> ----* return An autoreleased BillBoard object ----@param texture cc.Texture2D ----@param mode int ----@return self -function BillBoard:createWithTexture (texture,mode) end ----* update billboard's transform and turn it towards camera ----@param renderer cc.Renderer ----@param parentTransform mat4_table ----@param parentFlags unsigned_int ----@return self -function BillBoard:visit (renderer,parentTransform,parentFlags) end ----* ----@return self -function BillBoard:BillBoard () end
\ No newline at end of file |