Unravel Engine C++ Reference
|
#include <gizmos_renderer.h>
Public Member Functions | |
auto | init (rtti::context &ctx) -> bool |
auto | deinit (rtti::context &ctx) -> bool |
void | on_frame_render (rtti::context &ctx, scene &scn, entt::handle camera_entity) |
Definition at line 14 of file gizmos_renderer.h.
auto unravel::gizmos_renderer::deinit | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 300 of file gizmos_renderer.cpp.
auto unravel::gizmos_renderer::init | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 100 of file gizmos_renderer.cpp.
void unravel::gizmos_renderer::on_frame_render | ( | rtti::context & | ctx, |
scene & | scn, | ||
entt::handle | camera_entity ) |
Definition at line 52 of file gizmos_renderer.cpp.