Versions Compared

Key

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

struct Enlighten::SelectAll

Selector which selects all lights.

Functions

NameDescription
IsSelected(const CachedLightType &)

Checks if the given light should be selected - always returns true.

SelectAll()

Constructor.


Anchor
a55c6275d2ccc2ee4fd9033d5a36c4323
a55c6275d2ccc2ee4fd9033d5a36c4323

GEO_CONTROLLED_INLINE bool Enlighten::SelectAll::IsSelected

...

public: GEO_CONTROLLED_INLINE bool IsSelected
(
    const CachedLightType & light
) const

...

Checks if the given light should be selected - always returns true.


Anchor
a310dc6109455d9b4fdbcc42f08af70ca
a310dc6109455d9b4fdbcc42f08af70ca

Enlighten::SelectAll::SelectAll

...

public: SelectAll()

...

Constructor.