Light.Type Enum
Module: cc
The light source type
Index
DIRECTIONALPOINTSPOTAMBIENT
Details
DIRECTIONAL
The direction of light
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/3d/CCLightComponent.js:55 |
POINT
The point of light
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/3d/CCLightComponent.js:63 |
SPOT
The spot of light
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/3d/CCLightComponent.js:71 |
AMBIENT
The ambient light
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/3d/CCLightComponent.js:80 |