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