MQEngine
|
#include <SceneTrunk.h>
Public 成员函数 | |
SceneTrunk (std::string name, Scene *scene) | |
void | init () |
void | save () |
void | load () |
entt::registry & | getRegistry () |
Private 成员函数 | |
template<class Archive> | |
void | serialize (Archive &ar, const unsigned int version) |
Private 属性 | |
entt::registry | m_registry |
std::string | m_name |
Scene * | m_scene |
友元 | |
class | boost::serialization::access |
MQEngine::SceneTrunk::SceneTrunk | ( | std::string | name, |
Scene * | scene ) |
|
inline |
void MQEngine::SceneTrunk::init | ( | ) |
void MQEngine::SceneTrunk::load | ( | ) |
void MQEngine::SceneTrunk::save | ( | ) |
|
inlineprivate |
|
friend |
|
private |
|
private |
|
private |