This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

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

Functions

Name Description
VisitLightsGeneric(SortedLights *, Visitor &)

Constructor.


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


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


Constructor.

  • No labels