Light QML Type
Encapsulate a QAbstractLight object in a Qt 3D scene. More...
| Import Statement: | import Qt3D.Render 2.9 | 
| In C++: | QAbstractLight | 
| Inherited By: | |
| Status: | Deprecated | 
Properties
- type : enumeration
Detailed Description
Property Documentation
| 
type : enumeration  | 
Holds the particular type of light.
| Constant | Description | 
|---|---|
| Light.PointLight | A point light | 
| Light.DirectionalLight | A directional light | 
| Light.SpotLight | a spot light |