Table of Contents

Class LightComponent

Namespace
Scene

A LightComponent is a component that add a light behavior to an occurrence

Base class: Component

classDiagram
    class LightComponent
    Component <|-- LightComponent
    LightComponent : +core.Ident Id
    LightComponent : +ENUM LightType
    LightComponent : +core.Color Color
    LightComponent : +core.Real Power
    LightComponent : +geom.Angle CutOff

Functions accepting this type or a list of this type as a parameter:

LightComponent