SpiecsEngine
 
Loading...
Searching...
No Matches

◆ PointLightComponent() [1/2]

Spices::PointLightComponent::PointLightComponent ( const SpicesShader::PointLight & pointLight)
inline

Constructor Function. Init class variable. Usually call it.

Parameters
[in]pointLightUse a pointLight struct Init this component.

Definition at line 30 of file PointLightComponent.h.

31 : m_PointLight(pointLight)
32 {}
SpicesShader::PointLight m_PointLight
This PointLight data this component handled.

References PointLightComponent().

Referenced by PointLightComponent().