![]() |
Shkyera Engine
Easy to use, game engine for Python
|
#include <DirectionalLightComponentUI.hpp>
Public Member Functions | |
DirectionalLightComponentUI (DirectionalLightComponent *directionalLightComponent) | |
void | draw () override |
![]() | |
ComponentUI () | |
ComponentUI (const std::filesystem::path &texturePath) | |
virtual | ~ComponentUI ()=default |
Private Attributes | |
ColorSelector | _colorSelector |
FloatSlider | _intensitySlider |
DirectionalLightComponent * | _directionalLightComponent |
Additional Inherited Members | |
![]() | |
AssetRef< Texture > | _icon |
shkyera::DirectionalLightComponentUI::DirectionalLightComponentUI | ( | DirectionalLightComponent * | directionalLightComponent | ) |
|
overridevirtual |
Implements shkyera::ComponentUI.
|
private |
|
private |
|
private |