SpiecsEngine
 
Loading...
Searching...
No Matches

◆ SetIntensity()

void Spices::PointLightComponent::SetIntensity ( float intensity)
inline

Set PointLight Intensity.

Parameters
[in]intensityPointLight Intensity.

Definition at line 76 of file PointLightComponent.h.

76{ m_PointLight.intensity = intensity; }
SpicesShader::PointLight m_PointLight
This PointLight data this component handled.

Referenced by Spices::GameEditorWorld::OnPreActivate().