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