Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

template<typename TypeSelector, typename Visitor, LightTypeId>
struct Enlighten::VisitLightsGeneric

Visit the lights of a particular type. Do this recursively.

Functions


Anchor
aab924f71914a31c70e9f5699b6dbe8ef
aab924f71914a31c70e9f5699b6dbe8ef

Enlighten::VisitLightsGeneric< TypeSelector, Visitor, LIGHT_TYPE_ID >::VisitLightsGeneric

...

public: VisitLightsGeneric
(
    SortedLights * sortedLights,
    Visitor & visitor
)

...

Constructor.