Light.Type 枚举
模块: cc
光源类型
索引
DIRECTIONALPOINTSPOTAMBIENT
Details
DIRECTIONAL
平行光
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/core/3d/CCLightComponent.js:55 | 
POINT
点光源
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/core/3d/CCLightComponent.js:63 | 
SPOT
聚光灯
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/core/3d/CCLightComponent.js:71 | 
AMBIENT
环境光
| meta | description | 
|---|---|
| 类型 | Number | 
| 定义于 | cocos2d/core/3d/CCLightComponent.js:80 |