QAbstractLight¶
- PyQt5.Qt3DRender.QAbstractLight
Inherits from QComponent.
Inherited by QDirectionalLight, QPointLight, QSpotLight.
Description¶
Encapsulate a QAbstractLight object in a Qt 3D scene.
Enums¶
- Type
Identifies the particular type of light.
Member
Value
Description
DirectionalLight TODO
TODO
PointLight TODO
TODO
SpotLight TODO
TODO
Methods¶
- color() QColor
See also
- intensity() float
See also
- setColor(Union[QColor, GlobalColor])
See also
- setIntensity(float)
See also
- type() Type
Holds the current QAbstractLight type.
Signals¶
- colorChanged(Union[QColor, GlobalColor])
TODO
- intensityChanged(float)
TODO