From 04fa96b7c0abba4d7cca03ed12ff3b65b3912e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Sat, 13 Aug 2022 01:23:32 +0800 Subject: fix #1431 --- meta/3rd/Cocos4.0/library/cc.BillBoard.lua | 41 ------------------------------ 1 file changed, 41 deletions(-) delete mode 100644 meta/3rd/Cocos4.0/library/cc.BillBoard.lua (limited to 'meta/3rd/Cocos4.0/library/cc.BillBoard.lua') 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.
----* After creation, the rect will be the size of the texture, and the offset will be (0,0).
----* param texture A pointer to a Texture2D object.
----* 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 -- cgit v1.2.3