Skip to main content

modules/physics/motion/registry.ixx File

Component registration for physics motion module. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine

Main engine module aggregating core infrastructure and game systems. More...

namespacemodules

Domain-specific components and systems. More...

namespacephysics

Physics simulation and collision detection subsystem for the game engine. More...

namespacemotion

Motion physics components and systems. More...

Description

Component registration for physics motion module.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file registry.ixx
3 * @brief Component registration for physics motion module.
4 */
5module;
6
7export module helios.engine.modules.physics.motion.registry;
8
9import helios.engine.ecs.ComponentReflector;
10import helios.engine.modules.physics.motion.components;
11
13
14 /**
15 * @brief Registers all motion components with the ComponentReflector.
16 */
17 inline void registerComponents() {
19
20 R::registerType<components::DirectionComponent>();
21 R::registerType<components::Move2DComponent>();
22 R::registerType<components::SteeringComponent>();
23 }
24
25}
26

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.