gfx Namespace
Visual effects components and systems. More...
Definition
namespace helios::engine::modules::effects::gfx { ... }
Namespaces Index
| namespace | components |
|
Visual effects components. More... | |
| namespace | systems |
|
Visual effects systems. More... | |
Functions Index
| void | registerComponents () |
|
Registers all effects GFX components with the ComponentReflector. More... | |
Description
Visual effects components and systems.
Provides purely visual effects like spinning/rotation that do not affect game logic.
Functions
registerComponents()
| inline |
Registers all effects GFX 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::SpinComponent>();
21 }
Referenced by helios::engine::modules::effects::registerComponents.
The documentation for this namespace was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.