spatial Namespace
Definition
namespace helios::engine::spatial { ... }
Namespaces Index
| namespace | components |
Functions Index
template <typename TEntityManager> | |
| void | registerComponents () |
|
Registers all spatial transform components with the ComponentReflector. More... | |
Functions
registerComponents()
template <typename TEntityManager>
| inline |
Registers all spatial transform 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::DimensionComponent<typename TEntityManager::Handle_type>>();
22 R::template registerType<components::WorldMatrixComponent<typename TEntityManager::Handle_type>>();
23
24 }
Reference registerComponents.
Referenced by helios::engine::bootstrap::ComponentRegistrar< std::tuple< TEntityManagers... > >::registerComponents, helios::registerComponents, registerComponents and helios::engine::spatial::components::DimensionComponent< THandle >::setDimensions.
The documentation for this namespace was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.