Skip to main content

GameObjectEntityManager.ixx File

Runtime ECS registry and manager aliases for game-object entities. More...

Included Headers

#include <cstddef> #include "helios-engine-config.h" #include <helios.engine.runtime.world.types> #include <helios.ecs>

Namespaces Index

namespacehelios
namespaceengine
namespaceruntime
namespaceworld

Variables Index

constexpr size_tGAMEOBJECT_SIZE = DEFAULT_GAMEOBJECT_CAPACITY

Description

Runtime ECS registry and manager aliases for game-object entities.

Variables

GAMEOBJECT_SIZE

constexpr size_t GAMEOBJECT_SIZE = DEFAULT_GAMEOBJECT_CAPACITY
constexpr

Definition at line 17 of file GameObjectEntityManager.ixx.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7
8#include <cstddef>
10
11
12export module helios.engine.runtime.world.GameObjectEntityManager;
13
14import helios.ecs;
15import helios.engine.runtime.world.types;
16
18
19
20using namespace helios::ecs;
21using namespace helios::ecs::strategies;
23export namespace helios::engine::runtime::world {
24
29
34
35}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.