model Namespace
Definition
namespace helios::engine::rendering::model { ... }
Namespaces Index
| namespace | components |
Functions Index
template <typename TEntityManager> | |
| void | registerComponents () |
|
Registers all model components with the ComponentReflector. More... | |
Functions
registerComponents()
template <typename TEntityManager>
| inline |
Registers all model components with the ComponentReflector.
Definition at line 18 of file registry.ixx.
18 inline void registerComponents() {
19 using R = helios::ecs::ComponentReflector<TEntityManager>;
20
21 R::template registerType<components::ModelAabbComponent<typename TEntityManager::Handle_type>>();
22 }
Reference registerComponents.
Referenced by registerComponents and helios::engine::rendering::registerComponents.
The documentation for this namespace was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.