bounds Namespace
Definition
namespace helios::engine::mechanics::bounds { ... }
Namespaces Index
| namespace | components |
|
Boundary behavior configuration components. More... | |
| namespace | systems |
|
Boundary detection and response systems. More... | |
Functions Index
| void | registerComponents () |
|
Registers all bounds components with the ComponentReflector. More... | |
Functions
registerComponents()
| inline |
Registers all bounds 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::LevelBoundsBehaviorComponent>();
21 }
Referenced by helios::engine::mechanics::registerComponents.
The documentation for this namespace was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.