gz/sim/rendering/Events.hh
This library is part of the Gazebo project.
gz::common::EventT< void(void), struct SceneUpdateTag > SceneUpdate
The render event is emitted when the the scene manager is updated with contents from the ECM....
Definition: gz/sim/rendering/Events.hh:45
gz::common::EventT< void(void), struct PostRenderTag > PostRender
The render event is emitted after rendering updates. The event is emitted in the rendering thread so ...
Definition: gz/sim/rendering/Events.hh:67
gz::common::EventT< void(void), struct PreRenderTag > PreRender
The render event is emitted before rendering updates. The event is emitted in the rendering thread so...
Definition: gz/sim/rendering/Events.hh:56