Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::save_context Struct Reference

#include <entity.hpp>

Public Member Functions

auto get_clone_mode () const -> clone_mode_t
 
auto is_cloning () const -> bool
 
auto is_saving_to_prefab () const -> bool
 

Public Attributes

clone_mode_t clone_mode {}
 
bool to_prefab {}
 
entt::const_handle save_source {}
 

Detailed Description

Definition at line 19 of file entity.hpp.

Member Function Documentation

◆ get_clone_mode()

auto unravel::save_context::get_clone_mode ( ) const -> clone_mode_t
inline

Definition at line 21 of file entity.hpp.

◆ is_cloning()

auto unravel::save_context::is_cloning ( ) const -> bool
inline

Definition at line 26 of file entity.hpp.

◆ is_saving_to_prefab()

auto unravel::save_context::is_saving_to_prefab ( ) const -> bool
inline

Definition at line 31 of file entity.hpp.

Member Data Documentation

◆ clone_mode

clone_mode_t unravel::save_context::clone_mode {}

Definition at line 35 of file entity.hpp.

◆ save_source

entt::const_handle unravel::save_context::save_source {}

Definition at line 37 of file entity.hpp.

◆ to_prefab

bool unravel::save_context::to_prefab {}

Definition at line 36 of file entity.hpp.


The documentation for this struct was generated from the following file: