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