This is the documentation for Enlighten.
class Enlighten LightMethodSelector
class Enlighten::LightMethodSelector
Light Method Selector.
Functions
Name | Description |
|---|---|
Copies a light. | |
Copies a light. | |
Copies a light. | |
Compares two lights. | |
Gets the direction of the given directional light. | |
Gets the size of the given light. |
void Enlighten::LightMethodSelector::Copy
public: void Copy
(
InputLightBase * lightDst,
const InputLightBase * lightSrc
) const
Copies a light.
void Enlighten::LightMethodSelector::Copy
public: void Copy
(
InputLightBase * lightDst,
const UpdateManagerLight * lightSrc
) const
Copies a light.
void Enlighten::LightMethodSelector::Copy
public: void Copy
(
UpdateManagerLight * lightDst,
const InputLightBase * lightSrc
) const
Copies a light.
bool Enlighten::LightMethodSelector::Equal
public: bool Equal
(
const InputLightBase * lightA,
const InputLightBase * lightB
) const
Compares two lights.