Brenta Engine 1.2
Loading...
Searching...
No Matches
brenta::PointLightEcsComponent Class Reference
Inheritance diagram for brenta::PointLightEcsComponent:

Public Member Functions

 PointLightEcsComponent (tenno::shared_ptr< PointLight > l)
 
void draw (const Transform &t)
 

Data Fields

tenno::shared_ptr< PointLightlight = nullptr
 

Detailed Description

Definition at line 18 of file point_light_ecs_component.hpp.

Constructor & Destructor Documentation

◆ PointLightEcsComponent()

brenta::PointLightEcsComponent::PointLightEcsComponent ( tenno::shared_ptr< PointLight l)
inline

Definition at line 25 of file point_light_ecs_component.hpp.

Member Function Documentation

◆ draw()

void brenta::PointLightEcsComponent::draw ( const Transform t)
inline

Definition at line 30 of file point_light_ecs_component.hpp.

Field Documentation

◆ light

tenno::shared_ptr<PointLight> brenta::PointLightEcsComponent::light = nullptr

Definition at line 22 of file point_light_ecs_component.hpp.


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