|
Unravel Engine C++ Reference
|
#include <transform_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 9 of file transform_system.h.
| auto unravel::transform_system::deinit | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 22 of file transform_system.cpp.
| auto unravel::transform_system::init | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 15 of file transform_system.cpp.
Definition at line 29 of file transform_system.cpp.
| void unravel::transform_system::on_play_begin | ( | hpp::span< const entt::handle > | entities, |
| delta_t | dt ) |
Definition at line 48 of file transform_system.cpp.