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

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

Accessor(const Entity &entity)CeresEngine::Component< T >::Accessorinlineexplicit
C typedefCeresEngine::Component< T >::Accessorprotected
changeViewportAspectRatio(double width, double height) noexceptCeresEngine::CameraComponent::Accessor
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
getAspectRatio() const noexceptCeresEngine::CameraComponent::Accessor
getFarPlane() const noexceptCeresEngine::CameraComponent::Accessor
getFieldOfView() const noexceptCeresEngine::CameraComponent::Accessor
getNearPlane() const noexceptCeresEngine::CameraComponent::Accessor
getProjection() const noexceptCeresEngine::CameraComponent::Accessor
getRendererSettings() constCeresEngine::CameraComponent::Accessor
getRenderImage() constCeresEngine::CameraComponent::Accessor
getView() const noexceptCeresEngine::CameraComponent::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
project(Vector3 worldSpaceVector) const noexceptCeresEngine::CameraComponent::Accessor
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::CameraComponent::Accessorinlinestatic
setAspectRatio(double aspectRatio) noexceptCeresEngine::CameraComponent::Accessor
setFarPlane(double farPlane) noexceptCeresEngine::CameraComponent::Accessor
setFieldOfView(double fieldOfView) noexceptCeresEngine::CameraComponent::Accessor
setNearPlane(double nearPlane) noexceptCeresEngine::CameraComponent::Accessor
setRendererSettings(const RendererCameraSettings &rendererSettings)CeresEngine::CameraComponent::Accessor
setRenderImage(GPUImagePtr renderImage)CeresEngine::CameraComponent::Accessor
toRay(const Point2 &point) const noexceptCeresEngine::CameraComponent::Accessor
unproject(Vector3 screenSpaceVector) const noexceptCeresEngine::CameraComponent::Accessor
updateRendererSettings(Func &&func) noexceptCeresEngine::CameraComponent::Accessorinline
visible(Vector3 worldSpaceVector) const noexceptCeresEngine::CameraComponent::Accessor
visible(const AABox &boundingBox) const noexceptCeresEngine::CameraComponent::Accessor