SpiecsEngine
 
Loading...
Searching...
No Matches

◆ SetColor()

void Spices::PointLightComponent::SetColor ( const glm::vec3 & color)
inline

Set PointLight Color.

Parameters
[in]colorPointLight Color.

Definition at line 64 of file PointLightComponent.h.

64{ m_PointLight.color = color; }
SpicesShader::PointLight m_PointLight
This PointLight data this component handled.