|
|
template<typename Type , std::invocable< YAML::Emitter &, scene_graph &, asset_registry &, const Type & > Save, std::invocable< const YAML::Node &, scene_graph &, asset_registry & > Load> |
| auto | register_component (const std::string &name, Save &&save, Load &&load) -> void |
| |
|
auto | get (const std::uint32_t id) -> component_io & |
| |
|
auto | has (const std::uint32_t id) const -> bool |
| |
|
auto | get (const std::string &name) -> component_io & |
| |
|
auto | has (const std::string &name) const -> bool |
| |
The documentation for this class was generated from the following file: