SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetLight()

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

Get the PointLight variable.

Returns
Returns the PointLight variable.

Definition at line 70 of file PointLightComponent.h.

70{ return m_PointLight; }
SpicesShader::PointLight m_PointLight
This PointLight data this component handled.

Referenced by Spices::Renderer::GetPointLight().