summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/cc.AmbientLight.lua
blob: 6e0f880992750276374326b6bbbb855ca0f7f319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

---@class cc.AmbientLight :cc.BaseLight
local AmbientLight={ }
cc.AmbientLight=AmbientLight




---* Creates a ambient light.<br>
---* param color The light's color.<br>
---* return The new ambient light.
---@param color color3b_table
---@return self
function AmbientLight:create (color) end
---* 
---@return int
function AmbientLight:getLightType () end
---* 
---@return self
function AmbientLight:AmbientLight () end