motion Namespace
Motion physics components and systems. More...
Definition
namespace helios::engine::modules::physics::motion { ... }
Namespaces Index
| namespace | systems |
| namespace | commands |
| namespace | components |
|
Physics and movement components for game entities. More... | |
Functions Index
| void | registerComponents () |
|
Registers all motion components with the ComponentReflector. More... | |
Description
Motion physics components and systems.
This namespace contains the motion layer of the physics system. It provides velocity-based movement, heading control, and rotation physics.
Functions
registerComponents()
| inline |
Registers all motion components with the ComponentReflector.
Definition at line 17 of file registry.ixx.
17 inline void registerComponents() {
18 using R = helios::engine::ecs::ComponentReflector;
19
20 R::registerType<components::DirectionComponent>();
21 R::registerType<components::Move2DComponent>();
22 R::registerType<components::SteeringComponent>();
23 }
Referenced by helios::engine::modules::physics::registerComponents.
The documentation for this namespace was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.