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

Function Documentation

◆ get_document_key()

auto unravel::splash_scene::get_document_key ( rtti::context & ctx) -> std::string
nodiscard

Definition at line 210 of file splash_scene.cpp.

◆ has_content()

auto unravel::splash_scene::has_content ( rtti::context & ctx) -> bool
nodiscard

Definition at line 216 of file splash_scene.cpp.

◆ is_finished()

auto unravel::splash_scene::is_finished ( const splash_scene_state & state) -> bool
nodiscard

Definition at line 303 of file splash_scene.cpp.

◆ setup()

void unravel::splash_scene::setup ( rtti::context & ctx,
scene & scn,
splash_scene_state & state )

Definition at line 221 of file splash_scene.cpp.

◆ teardown()

void unravel::splash_scene::teardown ( splash_scene_state & state)

Definition at line 291 of file splash_scene.cpp.

◆ update()

void unravel::splash_scene::update ( rtti::context & ctx,
splash_scene_state & state )

Definition at line 270 of file splash_scene.cpp.