collision Namespace
Definition
namespace helios::engine::modules::physics::collision { ... }
Namespaces Index
| namespace | Bounds |
| namespace | components |
|
Collider components for collision detection. More... | |
| namespace | events |
|
Collision event types for the helios engine. More... | |
| namespace | systems |
|
Collision detection and response systems. More... | |
| namespace | types |
|
Type definitions for collision system behavior configuration. More... | |
Functions Index
| void | registerComponents () |
|
Registers all collision components with the ComponentReflector. More... | |
Functions
registerComponents()
| inline |
Registers all collision 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::CollisionStateComponent>();
21 R::registerType<components::CollisionComponent>();
22 R::registerType<components::AabbColliderComponent>();
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.