![]() |
Shkyera Engine
Easy to use, game engine for Python
|
#include <AmbientLightComponentUI.hpp>
Public Member Functions | |
| AmbientLightComponentUI (AmbientLightComponent *ambientLightComponent) | |
| 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 |
| AmbientLightComponent * | _ambientLightComponent |
Additional Inherited Members | |
Protected Attributes inherited from shkyera::ComponentUI | |
| AssetRef< Texture > | _icon |
| shkyera::AmbientLightComponentUI::AmbientLightComponentUI | ( | AmbientLightComponent * | ambientLightComponent | ) |
|
overridevirtual |
Implements shkyera::ComponentUI.
|
private |
|
private |
|
private |