Light QML Type
Encapsulate a QAbstractLight object in a Qt 3D scene. More...
| Import Statement: | import Qt3D.Render 2.14 | 
| Since: | Qt 5.6 | 
| Instantiates: | QAbstractLight | 
Properties
- type : enumeration
Detailed Description
Property Documentation
| [read-only] 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 |