CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::LightComponent::Accessor Member List

This is the complete list of members for CeresEngine::LightComponent::Accessor, including all inherited members.

Accessor(const Entity &entity)CeresEngine::Component< T >::Accessorinlineexplicit
C typedefCeresEngine::Component< T >::Accessorprotected
entityCeresEngine::Component< T >::Accessor
get(T C::*ptr)CeresEngine::Component< T >::Accessorprotected
get(T1 C::*ptr1, T2 C::*ptr2, Ts C::*... ptrs)CeresEngine::Component< T >::Accessorprotected
get(const T C::*ptr) constCeresEngine::Component< T >::Accessorprotected
get(const T1 C::*ptr1, const T2 C::*ptr2, const Ts C::*... ptrs) constCeresEngine::Component< T >::Accessorprotected
getColor() const noexceptCeresEngine::LightComponent::Accessor
getConstant() const noexceptCeresEngine::LightComponent::Accessor
getCutOff() const noexceptCeresEngine::LightComponent::Accessor
getLinear() const noexceptCeresEngine::LightComponent::Accessor
getOuterCutOff() const noexceptCeresEngine::LightComponent::Accessor
getQuadratic() const noexceptCeresEngine::LightComponent::Accessor
getRendererSettings() constCeresEngine::LightComponent::Accessor
getShadowOcclusionStrength() const noexceptCeresEngine::LightComponent::Accessor
getShouldCastShadows() const noexceptCeresEngine::LightComponent::Accessor
getStrength() const noexceptCeresEngine::LightComponent::Accessor
getType() const noexceptCeresEngine::LightComponent::Accessor
mutate(T C::*ptr)CeresEngine::Component< T >::Accessorprotected
mutate(MutatorFunc &&func, T C::*ptr)CeresEngine::Component< T >::Accessorprotected
mutate(T1 C::*ptr1, T2 C::*ptr2, Ts C::*... ptrs)CeresEngine::Component< T >::Accessorprotected
mutate(MutatorFunc &&func, T1 C::*ptr1, T2 C::*ptr2, Ts C::*... ptr)CeresEngine::Component< T >::Accessorprotected
read(const T C::*ptr) constCeresEngine::Component< T >::Accessorprotected
read(const T1 C::*ptr1, const T2 C::*ptr2, const Ts C::*... ptrs) constCeresEngine::Component< T >::Accessorprotected
reflect(Processor &&RTTI)CeresEngine::LightComponent::Accessorinlinestatic
setColor(Vector3 color) noexceptCeresEngine::LightComponent::Accessor
setConstant(double constant) noexceptCeresEngine::LightComponent::Accessor
setCutOff(double cutOff) noexceptCeresEngine::LightComponent::Accessor
setLinear(double linear) noexceptCeresEngine::LightComponent::Accessor
setOuterCutOff(double outerCutOff) noexceptCeresEngine::LightComponent::Accessor
setQuadratic(double quadratic) noexceptCeresEngine::LightComponent::Accessor
setRendererSettings(const RendererLightSettings &rendererSettings)CeresEngine::LightComponent::Accessor
setShadowOcclusionStrength(double shadowOcclusionStrength) noexceptCeresEngine::LightComponent::Accessor
setShouldCastShadows(bool shouldCastShadows) noexceptCeresEngine::LightComponent::Accessor
setStrength(double strength) noexceptCeresEngine::LightComponent::Accessor
setType(LightType type) noexceptCeresEngine::LightComponent::Accessor
updateRendererSettings(Func &&func) noexceptCeresEngine::LightComponent::Accessorinline