summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/PointLight.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/PointLight.lua')
m---------meta/3rd/Cocos4.00
-rw-r--r--meta/3rd/Cocos4.0/library/cc/PointLight.lua32
2 files changed, 0 insertions, 32 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/PointLight.lua b/meta/3rd/Cocos4.0/library/cc/PointLight.lua
deleted file mode 100644
index f041d240..00000000
--- a/meta/3rd/Cocos4.0/library/cc/PointLight.lua
+++ /dev/null
@@ -1,32 +0,0 @@
----@meta
-
----@class cc.PointLight :cc.BaseLight
-local PointLight={ }
-cc.PointLight=PointLight
-
-
-
-
----* get or set range
----@return float
-function PointLight:getRange () end
----*
----@param range float
----@return point_table
-function PointLight:setRange (range) end
----* Creates a point light.<br>
----* param position The light's position<br>
----* param color The light's color.<br>
----* param range The light's range.<br>
----* return The new point light.
----@param position vec3_table
----@param color color3b_table
----@param range float
----@return point_table
-function PointLight:create (position,color,range) end
----*
----@return int
-function PointLight:getLightType () end
----*
----@return point_table
-function PointLight:PointLight () end \ No newline at end of file