Unravel Engine C++ Reference
|
#include <camera_system.h>
Public Member Functions | |
auto | init (rtti::context &ctx) -> bool |
auto | deinit (rtti::context &ctx) -> bool |
void | on_frame_update (scene &scn, delta_t dt) |
void | on_frame_before_render (scene &scn, delta_t dt) |
void | on_play_begin (hpp::span< const entt::handle > entities, delta_t dt) |
Definition at line 15 of file camera_system.h.
auto unravel::camera_system::deinit | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 19 of file camera_system.cpp.
auto unravel::camera_system::init | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 12 of file camera_system.cpp.
Definition at line 32 of file camera_system.cpp.
Definition at line 26 of file camera_system.cpp.
void unravel::camera_system::on_play_begin | ( | hpp::span< const entt::handle > | entities, |
delta_t | dt ) |
Definition at line 42 of file camera_system.cpp.