17 #ifndef GZ_SIM_SYSTEMS_LOGICALCAMERA_HH_
18 #define GZ_SIM_SYSTEMS_LOGICALCAMERA_HH_
21 #include <gz/sim/config.hh>
29 inline namespace GZ_SIM_VERSION_NAMESPACE {
33 class LogicalCameraPrivate;
42 public ISystemPreUpdate,
43 public ISystemPostUpdate
52 public:
void PreUpdate(
const UpdateInfo &_info,
53 EntityComponentManager &_ecm)
final;
57 public:
void PostUpdate(
const UpdateInfo &_info,
58 const EntityComponentManager &_ecm)
final;