SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetLight()

const SpicesShader::DirectionalLight & Spices::DirectionalLightComponent::GetLight ( ) const
inline

Get the DirectionalLight variable.

Returns
Returns the DirectionalLight variable.

Definition at line 70 of file DirectionalLightComponent.h.

70{ return m_DirectionalLight; }
SpicesShader::DirectionalLight m_DirectionalLight
This DirectionalLight data this component handled.

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