Skip to main content

renderable Namespace

Renderable entity components and systems. More...

Definition

namespace helios::engine::modules::rendering::renderable { ... }

Namespaces Index

namespacecomponents

Functions Index

voidregisterComponents ()

Registers all renderable components with the ComponentReflector. More...

Description

Renderable entity components and systems.

Provides components that link GameObjects to visual representations for rendering.

Functions

registerComponents()

void helios::engine::modules::rendering::renderable::registerComponents ()
inline

Registers all renderable components with the ComponentReflector.

Definition at line 17 of file registry.ixx.

17 inline void registerComponents() {
19
20 R::registerType<components::RenderableComponent>();
21 }

Referenced by helios::engine::modules::rendering::registerComponents.


The documentation for this namespace was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.