Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
shkyera::DirectionalLightComponentUI Class Reference

#include <DirectionalLightComponentUI.hpp>

Inheritance diagram for shkyera::DirectionalLightComponentUI:
[legend]

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
 

Constructor & Destructor Documentation

◆ DirectionalLightComponentUI()

shkyera::DirectionalLightComponentUI::DirectionalLightComponentUI ( DirectionalLightComponent directionalLightComponent)

Member Function Documentation

◆ draw()

void shkyera::DirectionalLightComponentUI::draw ( )
overridevirtual

Implements shkyera::ComponentUI.

Member Data Documentation

◆ _colorSelector

ColorSelector shkyera::DirectionalLightComponentUI::_colorSelector
private

◆ _directionalLightComponent

DirectionalLightComponent* shkyera::DirectionalLightComponentUI::_directionalLightComponent
private

◆ _intensitySlider

FloatSlider shkyera::DirectionalLightComponentUI::_intensitySlider
private

The documentation for this class was generated from the following files: