Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::CameraProps Struct Reference

Properties to use to configure behavior across all types of camera. More...

#include <CameraInput.h>

Public Attributes

AZStd::function< float()> m_rotateSmoothnessFn
 Rotate smoothing value (useful approx range 3-6, higher values give sharper feel).
 
AZStd::function< float()> m_translateSmoothnessFn
 Translate smoothing value (useful approx range 3-6, higher values give sharper feel).
 
AZStd::function< bool()> m_rotateSmoothingEnabledFn
 Enable/disable rotation smoothing.
 
AZStd::function< bool()> m_translateSmoothingEnabledFn
 Enable/disable translation smoothing.
 

Detailed Description

Properties to use to configure behavior across all types of camera.


The documentation for this struct was generated from the following file: