Light.Type
枚举
模块: cc
光源类型
索引
DIRECTIONAL
POINT
SPOT
Details
DIRECTIONAL
平行光
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/3d/CCLightComponent.js:47 |
POINT
点光源
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/3d/CCLightComponent.js:56 |
SPOT
聚光灯
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/3d/CCLightComponent.js:65 |