Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::reflection_probe_system Class 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)
 

Detailed Description

Definition at line 10 of file reflection_probe_system.h.

Member Function Documentation

◆ deinit()

auto unravel::reflection_probe_system::deinit ( rtti::context & ctx) -> bool

Definition at line 20 of file reflection_probe_system.cpp.

◆ init()

auto unravel::reflection_probe_system::init ( rtti::context & ctx) -> bool

Definition at line 13 of file reflection_probe_system.cpp.

◆ on_frame_update()

void unravel::reflection_probe_system::on_frame_update ( scene & scn,
delta_t dt )

Definition at line 27 of file reflection_probe_system.cpp.

◆ on_play_begin()

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.


The documentation for this class was generated from the following files: