Skip to main content

collision Namespace

Definition

namespace helios::engine::modules::physics::collision { ... }

Namespaces Index

namespaceBounds
namespacecomponents

Collider components for collision detection. More...

namespaceevents

Collision event types for the helios engine. More...

namespacesystems

Collision detection and response systems. More...

namespacetypes

Type definitions for collision system behavior configuration. More...

Functions Index

voidregisterComponents ()

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

Functions

registerComponents()

void helios::engine::modules::physics::collision::registerComponents ()
inline

Registers all collision components with the ComponentReflector.

Definition at line 17 of file registry.ixx.

17 inline void registerComponents() {
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.