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 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.

  • No labels