Class PointLightComponent¶
Defined in File point_light_component.h
Inheritance Relationships¶
Base Type¶
public Component(Class Component)
Derived Type¶
public StaticPointLightComponent(Class StaticPointLightComponent)
Class Documentation¶
-
class
PointLightComponent: public Component¶ Component to apply dynamic point lights to the scene.
Subclassed by StaticPointLightComponent
Public Functions
-
~PointLightComponent()¶
-
const PointLight &
getPointLight() const¶
-
JSON::json
getJSON() const¶ Get JSON representation of the component data needed to re-construct component from memory.
-
void
draw()¶ Expose the component data with ImGui.
-