Skip to main content

registry.ixx File

Component registration for spatial transform module. More...

Included Headers

#include <helios.engine.core.types.ComponentTypeTags> #include <helios.engine.spatial.components> #include <helios.ecs.ComponentReflector>

Namespaces Index

namespacehelios
namespaceengine
namespacespatial

Description

Component registration for spatial transform module.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7export module helios.engine.spatial.registry;
8
9import helios.ecs.ComponentReflector;
10import helios.engine.spatial.components;
11import helios.engine.core.types.ComponentTypeTags;
12
13using namespace helios::engine::core::types;
14export namespace helios::engine::spatial {
15
19 template<typename TEntityManager>
20 inline void registerComponents() {
21 using R = helios::ecs::ComponentReflector<TEntityManager>;
22
26
27 }
28
29}
30

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.