Skip to main content

registry.ixx File

Component registration for scene module. More...

Included Headers

#include <helios.engine.scene.components> #include <helios.ecs.ComponentReflector>

Namespaces Index

namespacehelios
namespaceengine
namespacescene

Description

Component registration for scene module.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7export module helios.engine.scene.registry;
8
9import helios.ecs.ComponentReflector;
10import helios.engine.scene.components;
11
12export namespace helios::engine::scene {
13
17 template<typename TEntityManager>
18 inline void registerComponents() {
19 using R = helios::ecs::ComponentReflector<TEntityManager>;
20
24 }
25
26}
27

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.