Skip to main content

PlayerComponent.ixx File

Marker component identifying the player entity. More...

Namespaces Index

namespacehelios
namespaceengine

Main engine module aggregating core infrastructure and game systems. More...

namespacemechanics

High-level gameplay systems and components for game logic. More...

namespacematch

Match state management for the helios engine. More...

namespacecomponents

Components for match rule tracking. More...

Classes Index

classPlayerComponent

Component representing the player in a match. More...

Description

Marker component identifying the player entity.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file PlayerComponent.ixx
3 * @brief Marker component identifying the player entity.
4 */
5module;
6
7export module helios.engine.mechanics.match.components.PlayerComponent;
8
10
11 /**
12 * @brief Component representing the player in a match.
13 *
14 * PlayerComponent is a marker component used to identify the player's
15 * GameObject in the match. It can be used by systems to apply player-specific
16 * logic, such as input handling, camera control, and UI updates.
17 */
19
20}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.