Skip to main content

transform Namespace

UI transform components and positioning systems. More...

Definition

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

Namespaces Index

namespacecomponents

UI transform state components. More...

namespacesystems

UI positioning systems. More...

Functions Index

voidregisterComponents ()

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

Description

UI transform components and positioning systems.

This namespace handles viewport-relative positioning for UI elements. Components store layout parameters (anchor, pivot, offsets), while systems compute final screen positions based on current viewport dimensions.

Functions

registerComponents()

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

Registers all UI transform components with the ComponentReflector.

Definition at line 17 of file registry.ixx.

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

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


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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.