|
Unravel Engine C++ Reference
|
Functions | |
| auto | get_document_key (rtti::context &ctx) -> std::string |
| auto | has_content (rtti::context &ctx) -> bool |
| void | setup (rtti::context &ctx, scene &scn, splash_scene_state &state) |
| void | update (rtti::context &ctx, splash_scene_state &state) |
| auto | is_finished (const splash_scene_state &state) -> bool |
| void | teardown (splash_scene_state &state) |
|
nodiscard |
Definition at line 210 of file splash_scene.cpp.
|
nodiscard |
Definition at line 216 of file splash_scene.cpp.
|
nodiscard |
Definition at line 303 of file splash_scene.cpp.
| void unravel::splash_scene::setup | ( | rtti::context & | ctx, |
| scene & | scn, | ||
| splash_scene_state & | state ) |
Definition at line 221 of file splash_scene.cpp.
| void unravel::splash_scene::teardown | ( | splash_scene_state & | state | ) |
Definition at line 291 of file splash_scene.cpp.
| void unravel::splash_scene::update | ( | rtti::context & | ctx, |
| splash_scene_state & | state ) |
Definition at line 270 of file splash_scene.cpp.