Unravel Engine C++ Reference
|
#include <reflection_probe_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_play_begin (hpp::span< const entt::handle > entities, delta_t dt) |
Definition at line 10 of file reflection_probe_system.h.
auto unravel::reflection_probe_system::deinit | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 20 of file reflection_probe_system.cpp.
auto unravel::reflection_probe_system::init | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 13 of file reflection_probe_system.cpp.
Definition at line 27 of file reflection_probe_system.cpp.
void unravel::reflection_probe_system::on_play_begin | ( | hpp::span< const entt::handle > | entities, |
delta_t | dt ) |
Definition at line 36 of file reflection_probe_system.cpp.