|
Unravel Engine C++ Reference
|
#include <model_system.h>
Public Member Functions | |
| auto | init (rtti::context &ctx) -> bool |
| auto | deinit (rtti::context &ctx) -> bool |
| void | on_play_begin (rtti::context &ctx) |
| void | on_play_begin (hpp::span< const entt::handle > entities, delta_t dt) |
| void | on_frame_update (scene &scn, delta_t dt) |
| void | on_frame_before_render (scene &scn, delta_t dt) |
Definition at line 35 of file model_system.h.
| auto unravel::model_system::deinit | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 622 of file model_system.cpp.
| auto unravel::model_system::init | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 612 of file model_system.cpp.
Definition at line 664 of file model_system.cpp.
Definition at line 648 of file model_system.cpp.
| void unravel::model_system::on_play_begin | ( | hpp::span< const entt::handle > | entities, |
| delta_t | dt ) |
Definition at line 688 of file model_system.cpp.
| void unravel::model_system::on_play_begin | ( | rtti::context & | ctx | ) |
Definition at line 629 of file model_system.cpp.