This is the documentation for Enlighten.
struct Enlighten InputLightingValidation InheritsFromInputLightBase
template<typename LightType>
struct Enlighten::InputLightingValidation::InheritsFromInputLightBase
Check that a light type inherits from InputLightBase.
Variables
| Name | Description |
|---|---|
| const bool Value = IsBaseOf< InputLightBase, LightType >::Value | Value. |
Functions
| Name | Description |
|---|---|
| Check() | Check that will raise compiler error. |
static bool Enlighten::InputLightingValidation::InheritsFromInputLightBase< LightType >::Check
public: bool Check()
Check that will raise compiler error.
, multiple selections available,