Skip to main content

transform Namespace

Transform components and systems for spatial state management. More...

Definition

namespace helios::engine::modules::spatial::transform { ... }

Namespaces Index

namespacecomponents

Transform state components for spatial management. More...

namespacesystems

Transform composition systems. More...

Functions Index

voidregisterComponents ()

Registers all spatial transform components with the ComponentReflector. More...

Description

Transform components and systems for spatial state management.

This namespace contains the transform layer of the spatial system. Components store individual transform properties while systems compose them into final world transforms each frame.

Functions

registerComponents()

void helios::engine::modules::spatial::transform::registerComponents ()
inline

Registers all spatial transform components with the ComponentReflector.

Definition at line 17 of file registry.ixx.

17 inline void registerComponents() {
19
20 R::registerType<components::ComposeTransformComponent>();
21 R::registerType<components::TranslationStateComponent>();
22 R::registerType<components::ScaleStateComponent>();
23 R::registerType<components::RotationStateComponent>();
24 }

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


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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.